SIPMessageInfoIsRequest Property |
Gets or sets a boolean value indicating whether the SIP message is a request.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
BooleanSee Also