Click or drag to resize
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: 1.8.12.0 (1.8.12)
Syntax
public string UserAgent { get; set; }

Property Value

Type: String
Remarks
Optional property. It has value when User-Agent header is present in one of the SIP messages sent by the user-agent.
See Also