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