3 references to Receive
System.ServiceModel (3)
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
1174Message requestMessage = Receive(timeout); 1296thisPtr.message = thisPtr.parent.Receive(thisPtr.timeout);
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
586Message message = connectionReader.Receive(timeout);