2 writes to webResponse
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
941this.webResponse = httpWebResponse; 947this.webResponse = httpWebResponse;
5 references to webResponse
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelHelpers.cs (5)
971this.webResponse.Close(); 990throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(HttpChannelUtilities.CreateResponseWebException(webException, this.webResponse)); 1010throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(HttpChannelUtilities.CreateResponseWebException(webException, this.webResponse)); 1030throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(HttpChannelUtilities.CreateResponseWebException(webException, this.webResponse)); 1051throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(HttpChannelUtilities.CreateResponseWebException(webException, this.webResponse));