BaseAuthenticationInfoAuthName Property |
Gets the value of the auth. name sent in the SIP request.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public string AuthName { get; set; }
Public Property AuthName As String
Get
Set
public:
property String^ AuthName {
String^ get ();
void set (String^ value);
}
member AuthName : string with get, set
Property Value
Type:
StringSee Also