Show / Hide Table of Contents

Interface IAllowNetworkIdleSettings

Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public interface IAllowNetworkIdleSettings

Methods

WithNetworkIdleMaxConnections(Int32)

Declaration
IAllowNetworkIdleSettings WithNetworkIdleMaxConnections(int maxConnections = 0)
Parameters
Type Name Description
System.Int32 maxConnections
Returns
Type Description
IAllowNetworkIdleSettings

WithNetworkIdlePruneMs(Int32)

Declaration
IAllowNetworkIdleSettings WithNetworkIdlePruneMs(int networkIdlePruneMs = 10000)
Parameters
Type Name Description
System.Int32 networkIdlePruneMs
Returns
Type Description
IAllowNetworkIdleSettings

WithNetworkIdleTimeoutMs(Int32)

Declaration
IAllowNetworkIdleSettings WithNetworkIdleTimeoutMs(int networkIdleTimeoutMs = 500)
Parameters
Type Name Description
System.Int32 networkIdleTimeoutMs
Returns
Type Description
IAllowNetworkIdleSettings

WithWaitOnIdleConnection(Boolean)

Declaration
IAllowBrowserSettingsOrGoTo WithWaitOnIdleConnection(bool trueFalse = true)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowBrowserSettingsOrGoTo
In This Article
Back to top Generated by DocFX