1 override of BeginGetOutputStream
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2497protected override IAsyncResult BeginGetOutputStream(AsyncCallback callback, object state)
2 references to BeginGetOutputStream
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
2092IAsyncResult result = httpOutput.BeginGetOutputStream(onGetOutputStream, this); 2121IAsyncResult result = httpOutput.BeginGetOutputStream(onGetOutputStream, this);