1 write to onWrite
System.ServiceModel (1)
System\ServiceModel\Channels\Connection.cs (1)
569
onWrite
= Fx.ThunkCallback(new AsyncCallback(OnWrite));
1 reference to onWrite
System.ServiceModel (1)
System\ServiceModel\Channels\Connection.cs (1)
704
IAsyncResult localResult = stream.BeginWrite(buffer, offset, size, this.
onWrite
, state);