3 references to GetReceiveTimeoutException
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
485
throw TraceUtility.ThrowHelperError(
GetReceiveTimeoutException
(timeout), message);
769
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(_parent.
GetReceiveTimeoutException
(timeout));
908
Complete(completedSynchronously, _parent.
GetReceiveTimeoutException
(_timeout));