RegistrationStateChangedArgsStatusCode Property |
Gets the status code of the SIP response received for the last REGISTER request.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic int StatusCode { get; }
Public ReadOnly Property StatusCode As Integer
Get
public:
property int StatusCode {
int get ();
}
member StatusCode : int with get
Property Value
Type:
Int32
See Also