Share via


Address.Host Property

 

The uri host.

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

Syntax

public string Host { get; set; }
public:
property String^ Host {
    String^ get();
    void set(String^ value);
}
member Host : string with get, set
Public Property Host As String

Property Value

Type: System.String

Returns String.

See Also

Address Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top