4 references to Uri
SMSvcHost (4)
System\ServiceModel\Activation\RoutingTable.cs (4)
125
Debug.Print("RoutingTable.Lookup(" + uri + ") matched: " + (found == null ? "<NoMatch!>" : found.
Uri
.ToString()));
135
if (found.
Uri
.HostNameType != UriHostNameType.IPv4 && found.
Uri
.HostNameType != UriHostNameType.IPv6)
140
IPAddress foundAddress = IPAddress.Parse(found.
Uri
.DnsSafeHost);