2 implementations of WaitForMessageAsync
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
242
public async Task<bool>
WaitForMessageAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
674
public async Task<bool>
WaitForMessageAsync
(TimeSpan timeout)
1 reference to WaitForMessageAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SynchronizedMessageSource.cs (1)
39
return await _source.
WaitForMessageAsync
(timeoutHelper.RemainingTime());