SIPUAInstanceInfoIsActive Property |
Gets a boolean value indicating whether the transport is ready for sending and receiving SIP messages.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool IsActive { get; protected set; }
Public Property IsActive As Boolean
Get
Protected Set
public:
property bool IsActive {
bool get ();
protected: void set (bool value);
}
member IsActive : bool with get, set
Property Value
Type:
BooleanSee Also