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