1 write to flushCallback
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
832
flushCallback
= new AsyncCallback(OnAsyncFlush);
2 references to flushCallback
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (2)
830
if (
flushCallback
== null)
844
IAsyncResult asyncResult = this.stream.BeginWrite(this.bytes, 0, bytesToWrite,
flushCallback
, this);