The methods of the Socks5Handler class are listed below. For a complete list of Socks5Handler class members, see the Socks5Handler Members topic.
Public Instance Methods
| BeginNegotiate | Overloaded.
Starts negotiating asynchronously with the SOCKS server.
|
| Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| Negotiate | Overloaded.
Starts negotiating with the SOCKS server.
|
| ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Protected Instance Methods
| AddressToBytes (inherited from SocksHandler) |
Converts an IP address to an array of bytes.
|
| Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| PortToBytes (inherited from SocksHandler) |
Converts a port number to an array of bytes.
|
| ReadBytes (inherited from SocksHandler) |
Reads a specified number of bytes from the Server socket.
|
Private Instance Methods
| Authenticate |
Starts the synchronous authentication process.
|
| GetEndPointBytes |
Creates an array of bytes that has to be sent when the user wants to connect to a specific IPEndPoint.
|
| GetHostPortBytes |
Creates an array of bytes that has to be sent when the user wants to connect to a specific host/port combination.
|
| OnAuthenticated |
Called when the socket has been successfully authenticated with the server.
|
| OnAuthReceive |
Called when an authentication reply has been received.
|
| OnAuthSent |
Called when the authentication bytes have been sent.
|
| OnConnect |
Called when the socket is connected to the remote server.
|
| OnReadLast |
Called when the last bytes are read from the socket.
|
| OnReceive |
Called when a connection reply has been received.
|
| OnSent |
Called when the connection request has been sent.
|
| ProcessReply |
Processes the received reply.
|
See Also
Socks5Handler Class | Org.Mentalis.Network.ProxySocket Namespace