SIPUserAgentDetailsUserAgent Property |
Gets the user agent name sent by the client. It may be null if the client did not send it.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public string UserAgent { get; set; }
Public Property UserAgent As String
Get
Set
public:
property String^ UserAgent {
String^ get ();
void set (String^ value);
}
member UserAgent : string with get, set
Property Value
Type:
StringRemarks Optional property. It has value when User-Agent header is present in one of the SIP messages sent by the user-agent.
See Also