OwinFeatureCollection.IHttpConnectionFeature.RemoteIpAddress 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.
property System::Net::IPAddress ^ Microsoft::AspNetCore::Http::Features::IHttpConnectionFeature::RemoteIpAddress { System::Net::IPAddress ^ get(); void set(System::Net::IPAddress ^ value); };
System.Net.IPAddress Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature.RemoteIpAddress { get; set; }
member this.Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature.RemoteIpAddress : System.Net.IPAddress with get, set
Property RemoteIpAddress As IPAddress Implements IHttpConnectionFeature.RemoteIpAddress