IHttpConnectionFeature.RemoteIpAddress 属性

定义

获取或设置发出请求的客户端的 IPAddress。 请注意,这可能是针对代理而不是最终用户的。

public:
 property System::Net::IPAddress ^ RemoteIpAddress { System::Net::IPAddress ^ get(); void set(System::Net::IPAddress ^ value); };
public System.Net.IPAddress RemoteIpAddress { get; set; }
public System.Net.IPAddress? RemoteIpAddress { get; set; }
member this.RemoteIpAddress : System.Net.IPAddress with get, set
Public Property RemoteIpAddress As IPAddress

属性值

适用于