Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or set the server.RemoteIpAddress.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
string RemoteIpAddress { get; set; }
property String^ RemoteIpAddress {
String^ get();
void set(String^ value);
}
abstract RemoteIpAddress : string with get, set
Property RemoteIpAddress As String
Property Value
Type: System.String
The server.RemoteIpAddress.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top