SIPMessageInfoIsRequest Property |
Gets or sets a boolean value indicating whether the SIP message is a request.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool IsRequest { get; set; }
Public Property IsRequest As Boolean
Get
Set
public:
property bool IsRequest {
bool get ();
void set (bool value);
}
member IsRequest : bool with get, set
Property Value
Type:
Boolean
See Also