3 references to EndpointNotFound
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
132
return new EndpointNotFoundException(SR.Format(SR.
EndpointNotFound
, request.RequestUri.AbsoluteUri), exception);
153
return new EndpointNotFoundException(SR.Format(SR.
EndpointNotFound
, request.RequestUri.AbsoluteUri), exception);
System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
351
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new EndpointNotFoundException(SR.Format(SR.
EndpointNotFound
, _httpRequestMessage.RequestUri.AbsoluteUri)));