Property | Type | Description | |
---|---|---|---|
CreateHash | string | ||
DoWork | void | ||
FinializeClientEncryption | bool | ||
FinializeServerEncryption | void | ||
InitializeEncryption | void | ||
UpdateClient | void | ||
UpdateServer | void |
Method | Description | |
---|---|---|
Proxy ( NetworkStream client, NetworkStream server, Log log, SMProxy.ProxySettings settings ) : System | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | 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 |
public Proxy ( NetworkStream client, NetworkStream server, Log log, SMProxy.ProxySettings settings ) : System | ||
client | NetworkStream | |
server | NetworkStream | |
log | Log | |
settings | SMProxy.ProxySettings | |
return | System |