HostString(String) Constructor

Definition

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.

public HostString (string value);
new Microsoft.Owin.HostString : string -> Microsoft.Owin.HostString
Public Sub New (value As String)

Parameters

value
String

Applies to