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.
Creates a new HostString without modification. The value should be Unicode rather than punycode, and may have a port. IPv4 and IPv6 addresses are also allowed, and also may have ports.
Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public HostString(
    string value
)
public:
HostString(
    String^ value
)
new : 
        value:string -> HostString
Public Sub New (
    value As String
)
Parameters
- value
 Type: System.String
See Also
HostString Structure
Microsoft.Owin Namespace
Return to top