15 references to PathAndQuery
SMSvcHost (1)
System\ServiceModel\Activation\RoutingTable.cs (1)
92UriBuilder uriBuilder = new UriBuilder(uri.Scheme, uri.Host, port, uri.PathAndQuery);
System (2)
net\System\Net\HttpWebRequest.cs (2)
4741sb.Append(_Uri.PathAndQuery); 4891string pathAndQuery = _Uri.PathAndQuery;
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
1508string path = uri.PathAndQuery;
System.ServiceModel (7)
System\ServiceModel\Channels\MsmqUri.cs (4)
161MsmqUri.AppendQueueName(builder, Uri.UnescapeDataString(uri.PathAndQuery), "\\"); 205MsmqUri.AppendQueueName(builder, Uri.UnescapeDataString(uri.PathAndQuery), "\\"); 245return new UriBuilder(Scheme, "localhost", -1, uri.PathAndQuery).Uri; 284string relativePath = Uri.UnescapeDataString(uri.PathAndQuery);
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
175Fx.Assert(value.PathAndQuery == "/", "PeerUriCannotContainPath");
System\ServiceModel\PeerNodeAddress.cs (2)
49servicePath = this.endpointAddress.Uri.PathAndQuery.ToUpperInvariant(); 64this.servicePath = this.endpointAddress.Uri.PathAndQuery.ToUpperInvariant();
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
792this.RequestUri = new Uri(transportManager.ListenUri, this.OriginalRequestUri.PathAndQuery);
System.ServiceModel.Web (1)
System\ServiceModel\Description\WCFServiceClientProxyGenerator.cs (1)
193string path = uri.PathAndQuery;
System.Web (1)
UI\WebControls\XmlDataSource.cs (1)
453throw new InvalidOperationException(SR.GetString(SR.XmlDataSource_NoWebPermission, uri.PathAndQuery, ID));
System.Web.Services (1)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
198new Uri(absolutePathAndQuery).PathAndQuery);