LumiSoft Mail Server User API
UserAgent Property
Namespaces > LumiSoft.Net.SIP > SIP_Message > UserAgent
Gets or sets information about the UAC originating the request. Value null means not specified.
Syntax
C#Visual BasicManaged C++
public string UserAgent { get; set; }
Public Property UserAgent As String
public:
String^ UserAgent {
	String^ get ();
	void set (String^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)