The methods of the Socks4Handler class are listed below. For a complete list of Socks4Handler class members, see the Socks4Handler Members topic.
Public Instance Methods
BeginNegotiate | Overloaded.
Starts negotiating asynchronously with a SOCKS proxy 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
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.
|
OnConnect |
Called when the Socket is connected to the remote proxy server.
|
OnReceive |
Called when the Socket has received a reply from the remote proxy server.
|
OnSent |
Called when the Socket has sent the handshake data.
|
See Also
Socks4Handler Class | Org.Mentalis.Network.ProxySocket Namespace