1 instantiation of SendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (1)
40return new SendAsyncResult(message, this, this.ContextProtocol, timeout, callback, state);
7 references to SendAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (7)
50SendAsyncResult.End(result); 158SendAsyncResult thisPtr = AsyncResult.End<SendAsyncResult>(result); 168SendAsyncResult thisPtr = (SendAsyncResult)result.AsyncState; 200SendAsyncResult thisPtr = (SendAsyncResult)result.AsyncState;