2 references to EndGetRequestStream
System (1)
net\System\Net\HttpWebRequest.cs (1)
1451return EndGetRequestStream(asyncResult, out ignored);
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2756this.outputStream = new WebRequestOutputStream(httpWebRequest.EndGetRequestStream(result, out context), httpWebRequest, this.httpOutput);