Méthode | Description | |
---|---|---|
Connect ( |
||
Socks5Connector ( |
||
Socks5Connector ( |
||
Socks5Connector ( |
||
Socks5Connector ( |
Méthode | Description | |
---|---|---|
ProcessConnect ( Socket socket, object targetEndPoint, SocketAsyncEventArgs e ) : void | ||
ProcessReceive ( SocketAsyncEventArgs e ) : void | ||
ProcessSend ( SocketAsyncEventArgs e ) : void |
Méthode | Description | |
---|---|---|
AutheticateWithUserNamePassword ( SocketAsyncEventArgs e ) : void | ||
OnGetFullResponse ( SocksContext context ) : void | ||
ProcessAuthenticationResponse ( Socket socket, SocketAsyncEventArgs e ) : bool | ||
SendHandshake ( SocketAsyncEventArgs e ) : void |
public Connect ( |
||
remoteEndPoint | ||
Résultat | void |
protected ProcessConnect ( Socket socket, object targetEndPoint, SocketAsyncEventArgs e ) : void | ||
socket | Socket | |
targetEndPoint | object | |
e | SocketAsyncEventArgs | |
Résultat | void |
protected ProcessReceive ( SocketAsyncEventArgs e ) : void | ||
e | SocketAsyncEventArgs | |
Résultat | void |
protected ProcessSend ( SocketAsyncEventArgs e ) : void | ||
e | SocketAsyncEventArgs | |
Résultat | void |
public Socks5Connector ( |
||
proxyEndPoint | ||
Résultat | System |
public Socks5Connector ( |
||
proxyEndPoint | ||
clientAccessPolicyProtocol | SocketClientAccessPolicyProtocol | |
Résultat | System |
public Socks5Connector ( |
||
proxyEndPoint | ||
clientAccessPolicyProtocol | SocketClientAccessPolicyProtocol | |
username | string | |
password | string | |
Résultat | System |
public Socks5Connector ( |
||
proxyEndPoint | ||
username | string | |
password | string | |
Résultat | System |