Implemented interface member:
method
BeginReceive
System.ServiceModel.Channels.IInputChannel.BeginReceive(System.TimeSpan, System.AsyncCallback, System.Object)
2 references to BeginReceive
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
142return this.BeginReceive(this.DefaultReceiveTimeout, callback, state); 1239IAsyncResult result = this.channel.BeginReceive(timeout, onReceive, this);