SIPUserAgentDetailsUserAgent Property |
Gets the user agent name sent by the client. It may be null if the client did not send it.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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:
String
RemarksOptional property. It has value when User-Agent header is present in one of the SIP messages sent by the user-agent.
See Also