C# Class socks5.Plugin.ConnectSocketOverrideHandler

Inheritance: GenericPlugin
Mostrar archivo Open project: ThrDev/Socks5

Public Methods

Method Description
OnConnectOverride ( SocksRequest sr ) : Client

Override the connection, to do whatever you want with it. Client is a wrapper around a socket.

Method Details

OnConnectOverride() public abstract method

Override the connection, to do whatever you want with it. Client is a wrapper around a socket.
public abstract OnConnectOverride ( SocksRequest sr ) : Client
sr socks5.Socks.SocksRequest The original request params.
return socks5.TCP.Client