Click or drag to resize
ProtocolVersionEventHandler Delegate
Used to report the protocol version while connecting to a server.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public delegate void ProtocolVersionEventHandler(
	Connection connection,
	int protocolVersion
)

Parameters

connection
Type: TeamSpeak.Sdk.ClientConnection
the Connection
protocolVersion
Type: SystemInt32
a Int32 representing the version of the protocol
See Also