6 references to HostAndPort
System (4)
net\System\Net\_DigestClient.cs (2)
314uriParts = UriComponents.HostAndPort; 558this.Uri = httpWebRequest.RequestUri.GetParts(UriComponents.HostAndPort, UriFormat.UriEscaped);
net\System\Net\HttpWebRequest.cs (1)
5784_RedirectedToDifferentHost = Uri.Compare(_OriginUri, _Uri, UriComponents.HostAndPort,
net\System\URI.cs (1)
3082case UriComponents.HostAndPort: //Host|StrongPort
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\ScopeCompiler.cs (1)
295string hostport = scope.GetComponents(UriComponents.HostAndPort, UriFormat.UriEscaped);
WindowsBase (1)
Base\System\IO\Packaging\PackUriHelper.cs (1)
970String hostAndPort = packUri.GetComponents(UriComponents.HostAndPort, UriFormat.UriEscaped);