C# Class SteamKit2.NetFilterEncryption

Show file Open project: Top-Cat/SteamBot Class Usage Examples

Public Methods

Method Description
NetFilterEncryption ( byte sessionKey ) : System
ProcessIncoming ( byte data ) : byte[]
ProcessOutgoing ( byte ms ) : byte[]

Method Details

NetFilterEncryption() public method

public NetFilterEncryption ( byte sessionKey ) : System
sessionKey byte
return System

ProcessIncoming() public method

public ProcessIncoming ( byte data ) : byte[]
data byte
return byte[]

ProcessOutgoing() public method

public ProcessOutgoing ( byte ms ) : byte[]
ms byte
return byte[]