IOwinRequest.LocalIpAddress Property

Gets or sets the local IP address of the object that made the request.

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

Syntax

'Declaration
Property LocalIpAddress As String 
    Get 
    Set
'Usage
Dim instance As IOwinRequest 
Dim value As String 

value = instance.LocalIpAddress

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

Property Value

Type: System.String
The local IP address of the object that made the request.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace