2 references to ReceiveAsync
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
131
message = await _messageSource.
ReceiveAsync
(timeout);
671
Message message = await this.MessageSource.
ReceiveAsync
(timeout);