2 references to WebRequestOutputStream
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
2487
outputStream = new
WebRequestOutputStream
(outputStream, httpWebRequest, this);
2756
this.outputStream = new
WebRequestOutputStream
(httpWebRequest.EndGetRequestStream(result, out context), httpWebRequest, this.httpOutput);