IOwinRequest.Host Property

Gets or sets the request host.

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

Syntax

'Declaration
Property Host As HostString 
    Get 
    Set
'Usage
Dim instance As IOwinRequest 
Dim value As HostString 

value = instance.Host

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

Property Value

Type: Microsoft.Owin.HostString
The request host.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace