Public Instance Constructors
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. |
| ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Protected Instance Fields
| Callback | The method to call when the authentication is complete. |
Protected Instance Properties
| Buffer | Gets a buffer that can be used to receive data from the client connection. |
| Bytes | Gets or sets an array of bytes that can be used to store all received data. |
| Connection | Gets or sets the Socket connection between the proxy server and the SOCKS client. |
Protected Instance Methods
| AddBytes | Adds bytes to the array returned by the Bytes property. |
| 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. |
Internal Instance Methods
Private Instance Fields
| m_Buffer | Holds the value of the Buffer property. |
| m_Bytes | Holds the value of the Bytes property. |
| m_Connection | Holds the value of the Connection property. |
See Also
AuthBase Class | Org.Mentalis.Proxy.Socks.Authentication Namespace