IOwinRequest.RemoteIpAddress Property
Gets or sets the remote IP address associated with the request.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Property RemoteIpAddress As String
Get
Set
'Usage
Dim instance As IOwinRequest
Dim value As String
value = instance.RemoteIpAddress
instance.RemoteIpAddress = value
string RemoteIpAddress { get; set; }
property String^ RemoteIpAddress {
String^ get ();
void set (String^ value);
}
abstract RemoteIpAddress : string with get, set
function get RemoteIpAddress () : String
function set RemoteIpAddress (value : String)
Property Value
Type: System.String
The remote IP address associated with the request.