Click or drag to resize

JetClient Constructor (JetConfiguration)

Initializes a new instance of the JetClient class with the specified configuration.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public JetClient(
	JetConfiguration config
)

Parameters

config
Type: Ookii.Jumbo.JetJetConfiguration
The configuration to use.
See Also