3 references to LocalIpAddress
Microsoft.AspNetCore.Owin (3)
OwinEnvironment.cs (1)
85
{ OwinConstants.CommonKeys.
LocalIpAddress
, new FeatureMap<IHttpConnectionFeature>(feature => feature.LocalIpAddress.ToString(),
OwinFeatureCollection.cs (2)
207
get { return IPAddress.Parse(Prop<string>(OwinConstants.CommonKeys.
LocalIpAddress
)); }
208
set { Prop(OwinConstants.CommonKeys.
LocalIpAddress
, value.ToString()); }