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