Request.ClientIPAddr 属性

定义

获取远程客户端的 IP 地址。

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

属性值

客户端的 IP 地址。

适用于