HttpRequestWrapper.UserHostAddress 属性

定义

获取客户端的 IP 主机地址。

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

属性值

String

客户端的 IP 地址。

适用于