C# Class Deveel.Data.Protocol.ConnectResponse

Inheritance: IMessage
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
ConnectResponse ( bool opened, string version ) : System
ConnectResponse ( bool opened, string version, bool encrypted, EncryptionData encryptionData ) : System

Method Details

ConnectResponse() public méthode

public ConnectResponse ( bool opened, string version ) : System
opened bool
version string
Résultat System

ConnectResponse() public méthode

public ConnectResponse ( bool opened, string version, bool encrypted, EncryptionData encryptionData ) : System
opened bool
version string
encrypted bool
encryptionData EncryptionData
Résultat System