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