SIPMessageUtilsIsResponse Method (Response, MethodType) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static bool IsResponse(
Response resp,
MethodType method
)
Public Shared Function IsResponse (
resp As Response,
method As MethodType
) As Boolean
public:
static bool IsResponse(
Response^ resp,
MethodType method
)
static member IsResponse :
resp : Response *
method : MethodType -> bool
Parameters
- resp
- Type: Ozeki.VoIPResponse
- method
- Type: Ozeki.VoIPMethodType
Return Value
Type:
Boolean
See Also