5 references to PathAndQuery
System (5)
net\System\Net\_DigestClient.cs (1)
319
uriParts = UriComponents.
PathAndQuery
;
net\System\Net\WebRequest.cs (1)
387
&& tempUri.GetComponents(UriComponents.
PathAndQuery
| UriComponents.Fragment,
net\System\URI.cs (3)
874
string result = GetParts(UriComponents.
PathAndQuery
, UriFormat.UriEscaped);
3191
case UriComponents.
PathAndQuery
: //Path|Query,
3204
case UriComponents.
PathAndQuery
|UriComponents.Fragment: //LocalUrl|Fragment