OwinRequest.Host Property

Gets or set the Host header. May include the port.

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

Syntax

'Declaration
Public Overridable Property Host As HostString 
    Get 
    Set
'Usage
Dim instance As OwinRequest 
Dim value As HostString 

value = instance.Host

instance.Host = value
public virtual HostString Host { get; set; }
public:
virtual property HostString Host {
    HostString get ();
    void set (HostString value);
}
abstract Host : HostString with get, set 
override Host : HostString with get, set
function get Host () : HostString 
function set Host (value : HostString)

Property Value

Type: Microsoft.Owin.HostString
The Host header.

Implements

IOwinRequest.Host

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace