1 write to outputStream
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2756
this.
outputStream
= new WebRequestOutputStream(httpWebRequest.EndGetRequestStream(result, out context), httpWebRequest, this.httpOutput);
1 reference to outputStream
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2769
return thisPtr.
outputStream
;