Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or set the Host header. May include the port.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public virtual HostString Host { get; set; }
public:
property HostString Host {
virtual HostString get();
virtual void set(HostString value);
}
abstract Host : HostString with get, set
override Host : HostString with get, set
Public Overridable Property Host As HostString
Property Value
Type: Microsoft.Owin.HostString
The Host header.
Implements
See Also
OwinRequest Class
Microsoft.Owin Namespace
Return to top