1 instantiation of SendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
272
SendAsyncResult result = new
SendAsyncResult
(this, callback, state);
3 references to SendAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
272
SendAsyncResult
result = new SendAsyncResult(this, callback, state);
509
SendAsyncResult
.End(result);
3668
AsyncResult.End<
SendAsyncResult
>(result);