OwinRequest.LocalIpAddress Property

server.LocalIpAddress

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

Syntax

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

value = instance.LocalIpAddress

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

Property Value

Type: System.String

Implements

IOwinRequest.LocalIpAddress

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace