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