RequestAuthenticationInfoIsMidDialogRequest Property |
Gets a boolean value indicating whether the request is a mid-dialog request.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool IsMidDialogRequest { get; }
Public ReadOnly Property IsMidDialogRequest As Boolean
Get
public:
property bool IsMidDialogRequest {
bool get ();
}
member IsMidDialogRequest : bool with get
Property Value
Type:
Boolean
See Also