3 references to GetReceiveTimeoutException
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
487
throw TraceUtility.ThrowHelperError(this.
GetReceiveTimeoutException
(timeout), message);
768
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(_parent.
GetReceiveTimeoutException
(timeout));
901
this.Complete(completedSynchronously, _parent.
GetReceiveTimeoutException
(_timeout));