Implemented interface member:
method
ReceiveAsync
System.ServiceModel.Channels.IMessageSource.ReceiveAsync(System.TimeSpan)
2 references to ReceiveAsync
System.ServiceModel.Http (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
530return await ReceiveAsync(timeout); 651Message message = await ReceiveAsync(timeout);