HttpConnectionFeature.LocalIpAddress Property

Definition

Gets or sets the local IPAddress on which the request was received.

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

Property Value

Implements

Applies to