1 implementation of WaitForMessageAsync
System.ServiceModel.Http (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
646public async Task<bool> WaitForMessageAsync(TimeSpan timeout)
1 reference to WaitForMessageAsync
System.ServiceModel.Http (1)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (1)
39return await _source.WaitForMessageAsync(timeoutHelper.RemainingTime());