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