LocalEndpoint.UserAgent Property

Definition

Gets the user agent string that will be used in messages sent and received by the local endpoint.

public:
 property System::String ^ UserAgent { System::String ^ get(); };
public string UserAgent { get; }
member this.UserAgent : string
Public ReadOnly Property UserAgent As String

Property Value

Remarks

So the final string looks like "UCMAUserAgent ApplicationUserAgent EndpointUserAgent" with a blank space separating each part.

Applies to