11 references to HttpChannelUtilities
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (3)
234NetworkCredential credential = await HttpChannelUtilities.GetCredentialAsync(_authenticationScheme, 947HttpChannelUtilities.ProcessGetResponseWebException(requestException, _httpRequestMessage, 1171HttpChannelUtilities.HttpRequestHeadersTypeName),
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
182exception.Data.Add(HttpChannelUtilities.HttpStatusCodeExceptionKey, statusCode); 185exception.Data.Add(HttpChannelUtilities.HttpStatusDescriptionExceptionKey, statusDescription);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (6)
152string responseExcerpt = HttpChannelUtilities.GetResponseStreamExcerptString(contentStream, ref bytesToRead); 153throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(HttpChannelUtilities.TraceResponseException( 336if (string.Compare(statusDescription, HttpChannelUtilities.StatusDescriptionStrings.HttpContentTypeMissing, StringComparison.OrdinalIgnoreCase) == 0) 349throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(HttpChannelUtilities.CreateUnexpectedResponseException(_httpResponseMessage)); 360HttpChannelUtilities.TraceResponseException(new MessageSecurityException(message))); 367HttpChannelUtilities.TraceResponseException(new MessageSecurityException(message)));