OwinRequest.LocalIpAddress Property

 

Gets or set the server.LocalIpAddress.

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

Syntax

public virtual string LocalIpAddress { get; set; }
public:
property String^ LocalIpAddress {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract LocalIpAddress : string with get, set
override LocalIpAddress : string with get, set
Public Overridable Property LocalIpAddress As String

Property Value

Type: System.String

The server.LocalIpAddress.

Implements

IOwinRequest.LocalIpAddress

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top