AspNetWebSocketContext.UserAgent Property

Definition

Gets the name of the remote client.

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

Property Value

The browser name and version.

Exceptions

The property is not implemented.

Applies to