Click or drag to resize

KratosWebClient Constructor (IConfigManager, IEventLogger)

Initializes a new instance of the KratosWebClient class

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public KratosWebClient(
	IConfigManager config,
	IEventLogger log
)

Parameters

config
Type: IConfigManager
log
Type: Kratos_3.InterfacesIEventLogger
See Also