Edit

Share via


RealTimeEndpoint.ApplicationUserAgent Property

Definition

Gets or sets the application user agent string. This is appended to the user agent header.

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

Property Value

The application user agent string.

Exceptions

The user agent string is not formed correctly.

Applies to