Gets the registration state of the SIP client.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public RegState State { get; set; }
Public Property State As RegState
Get
Set
public:
property RegState State {
RegState get ();
void set (RegState value);
}
member State : RegState with get, set
Property Value
Type:
RegStateSee Also