Edit

Share via


LocalEndpointSettings.EndpointUserAgent Property

Definition

Gets or sets the endpoint user agent string.

public:
 property System::String ^ EndpointUserAgent { System::String ^ get(); void set(System::String ^ value); };
public string EndpointUserAgent { get; set; }
member this.EndpointUserAgent : string with get, set
Public Property EndpointUserAgent As String

Property Value

Remarks

This string is used to build the overall UserAgent string for the endpoint. This needs to be set only if each endpoint's user agent string is different. If all endpoints in the application have the same user agent string, only set the application user agent string in CollaborationPlatform. The overall UserAgent string is formed by combining a default user agent string with CollaborationPlatform.ApplicationUserAgent and LocalEndpoint.EndpointUserAgent

Applies to