C# Класс ClientLauncher.ServerConnector

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateSessionKey ( ServerInfo theServerInfo, string strUsername, string strPassword ) : bool
ServerConnector ( TextVariables theTextVariables ) : System

Приватные методы

Метод Описание
Decrypt ( byte &arDecryptMe, byte arCRCBytes ) : void
Encrypt ( byte &arEncryptMe, byte arCRCBytes ) : void
GenerateCrc ( byte strChars, ushort nLength, uint nCRCSeed ) : UInt32
PacketRecieve ( IAsyncResult theResult ) : void

Описание методов

CreateSessionKey() публичный Метод

public CreateSessionKey ( ServerInfo theServerInfo, string strUsername, string strPassword ) : bool
theServerInfo ServerInfo
strUsername string
strPassword string
Результат bool

ServerConnector() публичный Метод

public ServerConnector ( TextVariables theTextVariables ) : System
theTextVariables TextVariables
Результат System