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