public UrlPattern( Regex host, Regex path, IDictionary<string, Regex> query )
Public Sub New ( host As Regex, path As Regex, query As IDictionary(Of String, Regex) )