OwinRequest.Host Property
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