C# Class SMProxy.Proxy

Afficher le fichier Open project: SirCmpwn/SMProxy

Private Properties

Свойство Type Description
CreateHash string
DoWork void
FinializeClientEncryption bool
FinializeServerEncryption void
InitializeEncryption void
UpdateClient void
UpdateServer void

Méthodes publiques

Méthode Description
Proxy ( NetworkStream client, NetworkStream server, Log log, SMProxy.ProxySettings settings ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
CreateHash ( ) : string
DoWork ( ) : void
FinializeClientEncryption ( Craft.Net.Networking.EncryptionKeyResponsePacket encryptionKeyResponsePacket ) : bool
FinializeServerEncryption ( Craft.Net.Networking.EncryptionKeyResponsePacket encryptionKeyResponsePacket ) : void
InitializeEncryption ( Craft.Net.Networking.EncryptionKeyRequestPacket packet ) : void
UpdateClient ( ) : void
UpdateServer ( ) : void

Method Details

Proxy() public méthode

public Proxy ( NetworkStream client, NetworkStream server, Log log, SMProxy.ProxySettings settings ) : System
client NetworkStream
server NetworkStream
log Log
settings SMProxy.ProxySettings
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void