LocalEndpointSettings.EndpointUserAgent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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