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