IOwinRequest.Host Property
Gets or set the Host header. May include the port.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
HostString Host { get; set; }
property HostString Host {
HostString get();
void set(HostString value);
}
abstract Host : HostString with get, set
Property Host As HostString
Property Value
Type: Microsoft.Owin.HostString
The Host header.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top