1 instantiation of HelpReceiveRequestAsyncResult
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpReplyChannel.cs (1)
171return new HelpReceiveRequestAsyncResult(channel, timeout, callback, state);
5 references to HelpReceiveRequestAsyncResult
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\UdpReplyChannel.cs (5)
176return HelpReceiveRequestAsyncResult.End(result); 216HelpReceiveRequestAsyncResult thisPtr = AsyncResult.End<HelpReceiveRequestAsyncResult>(result); 227HelpReceiveRequestAsyncResult thisPtr = (HelpReceiveRequestAsyncResult)result.AsyncState;