Gets the user agent name sent by the client. It may be null if the client did not send it.

C# | Visual Basic | Visual C++ |
public string UserAgent { get; set; }
Public Property UserAgent As String Get Set
public: property String^ UserAgent { String^ get (); void set (String^ value); }


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