OwinRequest.RemoteIpAddress Property

Gets or set the server.RemoteIpAddress.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Overridable Property RemoteIpAddress As String 
    Get 
    Set
'Usage
Dim instance As OwinRequest 
Dim value As String 

value = instance.RemoteIpAddress

instance.RemoteIpAddress = value
public virtual string RemoteIpAddress { get; set; }
public:
virtual property String^ RemoteIpAddress {
    String^ get ();
    void set (String^ value);
}
abstract RemoteIpAddress : string with get, set 
override RemoteIpAddress : string with get, set
function get RemoteIpAddress () : String 
function set RemoteIpAddress (value : String)

Property Value

Type: System.String
The server.RemoteIpAddress.

Implements

IOwinRequest.RemoteIpAddress

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace