3 references to HttpAuthenticationHelper
dotnet-svcutil-lib (3)
Metadata\MetadaExchangeResolver.cs (3)
306WebException webException = HttpAuthenticationHelper.GetException<WebException>(exception); 317if (HttpAuthenticationHelper.GetUnauthorizedResponse(webException) != null) 326else if (HttpAuthenticationHelper.GetForbiddenResponse(webException) != null)