SocksHandler Methods

Mentalis.org Proxy

Mentalis.org Proxy Documentation

SocksHandler Methods

The methods of the SocksHandler class are listed below. For a complete list of SocksHandler class members, see the SocksHandler 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.
StartNegotiatingStarts accepting bytes from the client.
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Instance Methods

AddBytesAdds some bytes to a byte aray.
DisposeOverloaded. 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.
IsValidRequestChecks 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.
OnAcceptCalled when there's an incoming connection in the AcceptSocket queue.
OnDisposeBadCalled when a negative reply has been sent to the client.
OnDisposeGoodCalled when an OK reply has been sent to the client.
OnReceiveBytesCalled when we receive some bytes from the client.
OnStartAcceptCalled when the AcceptSocket should start accepting incoming connections.
ProcessRequestProcesses a SOCKS request from a client.

See Also

SocksHandler Class | Org.Mentalis.Proxy.Socks Namespace