2 overrides of CallBeginReceive
System.ServiceModel (2)
System\ServiceModel\Channels\DatagramAdapter.cs (2)
767
protected override IAsyncResult
CallBeginReceive
(IInputSessionChannel channel,
856
protected override IAsyncResult
CallBeginReceive
(IReplySessionChannel channel,
1 reference to CallBeginReceive
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
450
result = this.parent.
CallBeginReceive
(this.channel, receiveCallbackDelegate, this);