IHttpConnectionFeature.LocalIpAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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