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