Property | Type | Description | |
---|---|---|---|
Client | |||
enc | Encryption.SocksEncryption | ||
reqPass | bool |
Method | Description | |
---|---|---|
Connect ( ) : bool | ||
ConnectAsync ( ) : void | ||
Receive ( byte buffer, int offset, int count ) : int | ||
ReceiveAsync ( ) : void | ||
Send ( byte buffer ) : bool | ||
Send ( byte buffer, int offset, int length ) : bool | ||
Socks5Client ( |
||
Socks5Client ( string ipOrDomain, int port, string dest, int destport, string username = null, string password = null ) : System |
Method | Description | |
---|---|---|
Client_onClientDisconnected ( object sender, |
||
Client_onDataReceived ( object sender, |
||
DoSocks ( |
||
Socks5Client ( ) : System | ||
onConnected ( IAsyncResult res ) : void |
public Receive ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Send ( byte buffer, int offset, int length ) : bool | ||
buffer | byte | |
offset | int | |
length | int | |
return | bool |
public Socks5Client ( |
||
ip | ||
port | int | |
dest | string | |
destport | int | |
username | string | |
password | string | |
return | System |
public Socks5Client ( string ipOrDomain, int port, string dest, int destport, string username = null, string password = null ) : System | ||
ipOrDomain | string | |
port | int | |
dest | string | |
destport | int | |
username | string | |
password | string | |
return | System |