2 overrides of GetTimeoutString
System.ServiceModel (2)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
661protected override string GetTimeoutString(TimeSpan timeout)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3677protected override string GetTimeoutString(TimeSpan timeout)
1 reference to GetTimeoutString
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3352throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new TimeoutException(this.GetTimeoutString(this.timeout)));