System\ServiceModel\Channels\HttpChannelHelpers.cs (5)
132return new EndpointNotFoundException(SR.Format(SR.EndpointNotFound, request.RequestUri.AbsoluteUri), exception);
140return new SecurityNegotiationException(SR.Format(SR.TrustFailure, request.RequestUri.Authority), exception);
149return new CommunicationException(SR.Format(SR.HttpReceiveFailure, request.RequestUri), exception);
153return new EndpointNotFoundException(SR.Format(SR.EndpointNotFound, request.RequestUri.AbsoluteUri), exception);
157return new SecurityNegotiationException(SR.Format(SR.TrustFailure, request.RequestUri.Authority), exception);