AspNetWebSocketContext.UserHostName 属性

定义

获取远程客户端的 DNS 名称。

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

属性值

String

DNS 名称。

例外

未实现该属性。

适用于