OwinRequest.Host Property

Gets or sets the host header value to use in an OWIN request.

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 value in the OWIN request.

Implements

IOwinRequest.Host

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace