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