C# Class socks5.Plugin.DataHandler

Inheritance: GenericPlugin
Afficher le fichier Open project: ThrDev/Socks5

Méthodes publiques

Méthode Description
OnClientDataReceived ( object sender, DataEventArgs e ) : void

Allows you to grab/modify data before it's sent to the client.

OnServerDataReceived ( object sender, DataEventArgs e ) : void

Allows you to grab/modify data before it's sent to the end user.

Method Details

OnClientDataReceived() public abstract méthode

Allows you to grab/modify data before it's sent to the client.
public abstract OnClientDataReceived ( object sender, DataEventArgs e ) : void
sender object
e socks5.TCP.DataEventArgs
Résultat void

OnServerDataReceived() public abstract méthode

Allows you to grab/modify data before it's sent to the end user.
public abstract OnServerDataReceived ( object sender, DataEventArgs e ) : void
sender object
e socks5.TCP.DataEventArgs
Résultat void