C# Class SteamKit2.NetFilterEncryption

Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
NetFilterEncryption ( byte sessionKey ) : System
ProcessIncoming ( byte data ) : byte[]
ProcessOutgoing ( byte ms ) : byte[]

Method Details

NetFilterEncryption() public méthode

public NetFilterEncryption ( byte sessionKey ) : System
sessionKey byte
Résultat System

ProcessIncoming() public méthode

public ProcessIncoming ( byte data ) : byte[]
data byte
Résultat byte[]

ProcessOutgoing() public méthode

public ProcessOutgoing ( byte ms ) : byte[]
ms byte
Résultat byte[]