OwinRequest.RemoteIpAddress Property
Gets or set the server.RemoteIpAddress.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public virtual string RemoteIpAddress { get; set; }
public:
property String^ RemoteIpAddress {
virtual String^ get();
virtual void set(String^ value);
}
abstract RemoteIpAddress : string with get, set
override RemoteIpAddress : string with get, set
Public Overridable Property RemoteIpAddress As String
Property Value
Type: System.String
The server.RemoteIpAddress.
Implements
See Also
OwinRequest Class
Microsoft.Owin Namespace
Return to top