Interface IAllowNetworkIdleSettings
Assembly: GPAL.dll
Syntax
public interface IAllowNetworkIdleSettings
Methods
WithNetworkIdleMaxConnections(Int32)
Declaration
IAllowNetworkIdleSettings WithNetworkIdleMaxConnections(int maxConnections = 0)
Parameters
| Type |
Name |
Description |
| System.Int32 |
maxConnections |
|
Returns
WithNetworkIdlePruneMs(Int32)
Declaration
IAllowNetworkIdleSettings WithNetworkIdlePruneMs(int networkIdlePruneMs = 10000)
Parameters
| Type |
Name |
Description |
| System.Int32 |
networkIdlePruneMs |
|
Returns
WithNetworkIdleTimeoutMs(Int32)
Declaration
IAllowNetworkIdleSettings WithNetworkIdleTimeoutMs(int networkIdleTimeoutMs = 500)
Parameters
| Type |
Name |
Description |
| System.Int32 |
networkIdleTimeoutMs |
|
Returns
WithWaitOnIdleConnection(Boolean)
Declaration
IAllowBrowserSettingsOrGoTo WithWaitOnIdleConnection(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns