1 instantiation of SendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
555return new SendAsyncResult(this, message, timeout, this.IsStreamedOutput, callback, state);
8 references to SendAsyncResult
System.ServiceModel (8)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (8)
560SendAsyncResult.End(result); 1083SendAsyncResult thisPtr = result as SendAsyncResult; 1090AsyncResult.End<SendAsyncResult>(result); 1095SendAsyncResult thisPtr = (SendAsyncResult)state; 1130SendAsyncResult thisPtr = (SendAsyncResult)asyncState;