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