Implemented interface member:
method
Receive
System.ServiceModel.Channels.IInputChannel.Receive(System.TimeSpan)
2 references to Receive
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
86
return this.
Receive
(this.DefaultReceiveTimeout);
195
message = this.
Receive
(timeout);