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
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. |
StartNegotiating (inherited from SocksHandler) | Starts accepting bytes from the client. |
ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Protected Instance Methods
AddBytes (inherited from SocksHandler) | Adds some bytes to a byte aray. |
Dispose | Overloaded. Sends a reply to the client connection and disposes it afterwards. |
Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
IsValidRequest | Checks whether a specific request is a valid SOCKS request or not. |
MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
OnAccept | Called when there's an incoming connection in the AcceptSocket queue. |
OnDisposeBad (inherited from SocksHandler) | Called when a negative reply has been sent to the client. |
OnDisposeGood (inherited from SocksHandler) | Called when an OK reply has been sent to the client. |
OnReceiveBytes (inherited from SocksHandler) | Called when we receive some bytes from the client. |
OnStartAccept (inherited from SocksHandler) | Called when the AcceptSocket should start accepting incoming connections. |
ProcessRequest | Processes a SOCKS request from a client and selects an authentication method. |
Private Instance Methods
See Also
Socks5Handler Class | Org.Mentalis.Proxy.Socks Namespace