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