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