C# Class socks5.Plugin.DataHandler

Inheritance: GenericPlugin
Mostrar archivo Open project: ThrDev/Socks5

Public Methods

Method 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 method

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
return void

OnServerDataReceived() public abstract method

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
return void