2 references to ProtocolError
dotnet-svcutil-lib (2)
Metadata\HttpAuthenticationHelper.cs (1)
52if (webException != null && webException.Status == WebExceptionStatus.ProtocolError)
Metadata\MetadaExchangeResolver.cs (1)
293throw new WebException(errorMsg, null, WebExceptionStatus.ProtocolError, webResponse);