2 writes to webException
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
56this.webException = null; 79set { webException = value; }
2 references to webException
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
78get { return webException; } 597throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateHttpProtocolException(message, statusCode, statusDescription, webException));