2 writes to onGetOutputStream
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
2089onGetOutputStream = Fx.ThunkCallback(new AsyncCallback(OnGetOutputStream)); 2118onGetOutputStream = Fx.ThunkCallback(new AsyncCallback(OnGetOutputStream));
4 references to onGetOutputStream
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
2087if (onGetOutputStream == null) 2092IAsyncResult result = httpOutput.BeginGetOutputStream(onGetOutputStream, this); 2116if (onGetOutputStream == null) 2121IAsyncResult result = httpOutput.BeginGetOutputStream(onGetOutputStream, this);