Implemented interface member:
method
Receive
System.ServiceModel.Channels.IInputChannel.Receive(System.TimeSpan)
2 references to Receive
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
106
return this.
Receive
(this.DefaultReceiveTimeout);
223
message = this.
Receive
(timeout);