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