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