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