HostString Constructor (String)
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