 | 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)
Syntaxpublic delegate void ProtocolVersionEventHandler(
Connection connection,
int protocolVersion
)
Public Delegate Sub ProtocolVersionEventHandler (
connection As Connection,
protocolVersion As Integer
)
public delegate void ProtocolVersionEventHandler(
Connection^ connection,
int protocolVersion
)
type ProtocolVersionEventHandler =
delegate of
connection : Connection *
protocolVersion : int -> unit
Parameters
- connection
- Type: TeamSpeak.Sdk.ClientConnection
the Connection - protocolVersion
- Type: SystemInt32
a Int32 representing the version of the protocol
See Also