4 references to HelpBeginReceiveRequest
System.ServiceModel (4)
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
140return ReplyChannel.HelpBeginReceiveRequest(this, timeout, callback, state);
System\ServiceModel\Channels\ReplyChannel.cs (1)
190return ReplyChannel.HelpBeginReceiveRequest(this, timeout, callback, state);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1235return ReplyChannel.HelpBeginReceiveRequest(this, timeout, callback, state);
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
390return ReplyChannel.HelpBeginReceiveRequest(this, timeout, callback, state);