HttpRequestWrapper.UserHostName 属性

定义

获取客户端的 DNS 名称。

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

属性值

String

客户端的 DNS 名称。

适用于