C# Class ScanServerManager.Components.clsProxyConnection

Mostrar archivo Open project: mcorrientes/Web-Security-Toolset

Public Methods

Method Description
Run ( ) : void
clsProxyConnection ( Socket sockClient, ProxyOutput ProxyOutput ) : System

Private Methods

Method Description
ReadMessage ( Socket sock, byte buf, string &strMessage ) : int
SendErrorPage ( int status, string strReason, string strText ) : void
SendMessage ( Socket sock, string strMessage ) : void

Method Details

Run() public method

public Run ( ) : void
return void

clsProxyConnection() public method

public clsProxyConnection ( Socket sockClient, ProxyOutput ProxyOutput ) : System
sockClient Socket
ProxyOutput ProxyOutput
return System