6 references to HostAndPort
System (4)
net\System\Net\_DigestClient.cs (2)
314
uriParts = UriComponents.
HostAndPort
;
558
this.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)
3082
case UriComponents.
HostAndPort
: //Host|StrongPort
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\ScopeCompiler.cs (1)
295
string hostport = scope.GetComponents(UriComponents.
HostAndPort
, UriFormat.UriEscaped);
WindowsBase (1)
Base\System\IO\Packaging\PackUriHelper.cs (1)
970
String hostAndPort = packUri.GetComponents(UriComponents.
HostAndPort
, UriFormat.UriEscaped);