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