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)
530
return await
ReceiveAsync
(timeout);
651
Message message = await
ReceiveAsync
(timeout);