2 implementations of BeginReceive
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1202
public AsyncReceiveResult
BeginReceive
(TimeSpan timeout, WaitCallback callback, object state)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
569
public AsyncReceiveResult
BeginReceive
(TimeSpan timeout, WaitCallback callback, object state)
1 reference to BeginReceive
System.ServiceModel (1)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (1)
211
if (Source.
BeginReceive
(timeout, onReceiveComplete, this) == AsyncReceiveResult.Completed)