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: 10.4.54.0
Syntax
public string UserAgent { get; set; }

Property Value

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