1 instantiation of SendAsyncResult
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
182return new SendAsyncResult(this, message, timeout, callback, state);
6 references to SendAsyncResult
System.ServiceModel.Channels (6)
System\ServiceModel\Channels\UdpOutputChannel.cs (6)
193SendAsyncResult.End(result); 707AsyncResult.End<SendAsyncResult>(result); 723SendAsyncResult thisPtr = (SendAsyncResult)result.AsyncState; 755SendAsyncResult thisPtr = (SendAsyncResult)state;