23 references to Query
System (22)
net\System\IriHelper.cs (5)
88(component != UriComponents.Query) && 112case UriComponents.Query: 246byteCount, component == UriComponents.Query, true); 276escape = !CheckIriUnicodeRange(ch, ch2, ref surrogatePair, component == UriComponents.Query); 288if (CheckIriUnicodeRange(ch, component == UriComponents.Query))
net\System\Net\_AuthenticationManagerBase.cs (1)
231& ~(UriComponents.Query | UriComponents.Fragment), UriFormat.UriEscaped);
net\System\Net\FtpWebRequest.cs (1)
2053username += cacheUri.GetParts((UriComponents.Host | UriComponents.Port | UriComponents.Path | UriComponents.Query), UriFormat.SafeUnescaped);
net\System\Net\HttpWebRequest.cs (2)
4786string path = _Uri.GetComponents(UriComponents.Path | UriComponents.Query, UriFormat.UriEscaped); 4812string path = _Uri.GetComponents(UriComponents.Path | UriComponents.Query, UriFormat.UriEscaped);
net\System\URI.cs (9)
1179result = GetParts(UriComponents.Query | UriComponents.KeepDelimiter, UriFormat.UriEscaped); 1451return GetParts(NonPathPart | UriComponents.Path | UriComponents.Query, UriFormat.UriEscaped); 1934relativeUriString += uri.GetParts(UriComponents.Query | UriComponents.Fragment, UriFormat.UriEscaped); 2951if ((parts & UriComponents.Query) != 0 && m_Info.Offset.Query < m_Info.Offset.Fragment) 2954if(parts != UriComponents.Query) 2957if ((nonCanonical & (ushort)UriComponents.Query) != 0) 3156case UriComponents.Query: 3158if (uriParts == UriComponents.Query) 3478string escapedPath = EscapeUnescapeIri(m_originalUnicodeString, offset, origIdx, UriComponents.Query);
net\System\UriEnumTypes.cs (3)
53AbsoluteUri = Scheme | UserInfo | Host | Port | Path | Query | Fragment, 57HttpRequestUrl = Scheme | Host | Port | Path | Query, 58PathAndQuery = Path | Query,
net\System\UriExt.cs (1)
784newUriString = baseUri.GetParts(UriComponents.AbsoluteUri & ~UriComponents.Query & ~UriComponents.Fragment,
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
3561.GetComponents(UriComponents.Query | UriComponents.Fragment, UriFormat.SafeUnescaped)))