C# 클래스 SMProxy.Proxy

파일 보기 프로젝트 열기: SirCmpwn/SMProxy

Private Properties

프로퍼티 타입 설명
CreateHash string
DoWork void
FinializeClientEncryption bool
FinializeServerEncryption void
InitializeEncryption void
UpdateClient void
UpdateServer void

공개 메소드들

메소드 설명
Proxy ( NetworkStream client, NetworkStream server, Log log, SMProxy.ProxySettings settings ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Proxy() 공개 메소드

public Proxy ( NetworkStream client, NetworkStream server, Log log, SMProxy.ProxySettings settings ) : System
client NetworkStream
server NetworkStream
log Log
settings SMProxy.ProxySettings
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void