1 write to onAsyncReadComplete
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1134
this.
onAsyncReadComplete
= new WaitCallback(OnAsyncReadComplete);
2 references to onAsyncReadComplete
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
1251
connection.BeginRead(0, buffer.Length, readTimeoutHelper.RemainingTime(),
onAsyncReadComplete
, null);
1462
onAsyncReadComplete
, null) == AsyncCompletionResult.Queued)