AspNetWebSocketContext.UserAgent 属性

定义

获取远程客户端的名称。

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

属性值

浏览器名称和版本。

例外

未实现该属性。

适用于