IHttpConnectionFeature.RemoteIpAddress Property

Definition

Gets or sets the IPAddress of the client making the request. Note this may be for a proxy rather than the end user.

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

Property Value

Applies to