1 write to httpOutput
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3961
this.
httpOutput
= output;
2 references to httpOutput
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
3985
if (this.
httpOutput
!= null && !this.isHttpOutputClosed)
3987
this.
httpOutput
.Close();