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