IOwinRequest.LocalIpAddress Property
Gets or set the server.LocalIpAddress.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
string LocalIpAddress { get; set; }
property String^ LocalIpAddress {
String^ get();
void set(String^ value);
}
abstract LocalIpAddress : string with get, set
Property LocalIpAddress As String
Property Value
Type: System.String
The server.LocalIpAddress.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top