# HandShake
Connection validation message that is send from server to client, when client connect.

## Properties

### `FrameworkVersion`
`String`<br/>
Version of framework which is used on server side.

### `PacketCompressors`
`String[]`<br/>
Collection of available compressors.

### `PacketEncryptors`
`String[]`<br/>
Collection of available encrypts.

### `PacketSerializers`
`String[]`<br/>
Collection of available serializers.

### `messageType`
`String`<br/>
Type of message, this property is **readonly**.
