8 references to Authority
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
3597return new SecurityNegotiationException(SR.GetString(SR.SecureChannelFailure, request.RequestUri.Authority), webException); 3599return new SecurityNegotiationException(SR.GetString(SR.TrustFailure, request.RequestUri.Authority), webException);
System.ServiceModel.Web (4)
System\ServiceModel\Description\WebScriptClientGenerator.cs (2)
45string proxy = this.proxyCache.Lookup(baseUri.Authority); 49this.proxyCache.AddOrUpdate(baseUri.Authority, proxy);
System\ServiceModel\Dispatcher\HelpPage.cs (2)
52string helpPage = this.helpPageCache.Lookup(baseUri.Authority); 58this.helpPageCache.AddOrUpdate(baseUri.Authority, helpPage);
System.Web (1)
Util\UriUtil.cs (1)
162string authority = uri.Authority; // e.g. "foo:81" in "http://foo:81/bar"
System.Web.Services (1)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
197schemeHostPort.Authority,