1 write to _httpRequestMessage
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
31
_httpRequestMessage
= httpResponseMessage.RequestMessage;
5 references to _httpRequestMessage
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (5)
323
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new EndpointNotFoundException(string.Format(SRServiceModel.EndpointNotFound,
_httpRequestMessage
.RequestUri.AbsoluteUri)));
328
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ServerTooBusyException(string.Format(SRServiceModel.HttpServerTooBusy,
_httpRequestMessage
.RequestUri.AbsoluteUri)));
338
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ProtocolException(string.Format(SRServiceModel.MissingContentType,
_httpRequestMessage
.RequestUri)));
341
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ProtocolException(string.Format(SRServiceModel.FramingContentTypeMismatch,
_httpRequestMessage
.Content.Headers.ContentType.ToString(),
_httpRequestMessage
.RequestUri)));