Click or drag to resize

NetworkingConfigurationGetConfig Method

Gets a SHA256 hash of parts of the NetworkingConfiguration instance

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public byte[] GetConfig(
	bool cache = true
)

Parameters

cache (Optional)
Type: SystemBoolean

[Missing <param name="cache"/> documentation for "M:MLAPI.NetworkingConfiguration.GetConfig(System.Boolean)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:MLAPI.NetworkingConfiguration.GetConfig(System.Boolean)"]

See Also