Ozeki VoIP SDK Class library
UserAgent Property
NamespacesOzeki.VoIP.SIPSIPUserAgentDetailsUserAgent
Gets the user agent name sent by the client. It may be null if the client did not send it.
Declaration Syntax
C#Visual BasicVisual C++
public string UserAgent { get; set; }
Public Property UserAgent As String
	Get
	Set
public:
property String^ UserAgent {
	String^ get ();
	void set (String^ value);
}
Property Value
Remarks
Optional property. It has value when User-Agent header is present in one of the SIP messages sent by the user-agent.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290