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