C# Class TrotiNet.Example.RedirectingProxy

Inheritance: ProxyLogic
Mostrar archivo Open project: Gizeta/Nekoxy-fiddler

Public Methods

Method Description
CreateProxy ( HttpSocket clientSocket ) : RedirectingProxy
RedirectingProxy ( HttpSocket clientSocket ) : System

Protected Methods

Method Description
OnReceiveRequest ( ) : void

Method Details

CreateProxy() public static method

public static CreateProxy ( HttpSocket clientSocket ) : RedirectingProxy
clientSocket HttpSocket
return RedirectingProxy

OnReceiveRequest() protected method

protected OnReceiveRequest ( ) : void
return void

RedirectingProxy() public method

public RedirectingProxy ( HttpSocket clientSocket ) : System
clientSocket HttpSocket
return System