ITrustedSettingsGetKeepAliveTimeout Method

Returns the keep alive timeout for connections to the specified server.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
TimeSpan GetKeepAliveTimeout(
	string serverUrl
)

Parameters

serverUrl  String
URL of the server to get the timeout for.

Return Value

TimeSpan
Timeout to use for the specified server.

See Also