C# 클래스 ScanServerManager.Components.clsProxyConnection

파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset

공개 메소드들

메소드 설명
Run ( ) : void
clsProxyConnection ( Socket sockClient, ProxyOutput ProxyOutput ) : System

비공개 메소드들

메소드 설명
ReadMessage ( Socket sock, byte buf, string &strMessage ) : int
SendErrorPage ( int status, string strReason, string strText ) : void
SendMessage ( Socket sock, string strMessage ) : void

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

clsProxyConnection() 공개 메소드

public clsProxyConnection ( Socket sockClient, ProxyOutput ProxyOutput ) : System
sockClient Socket
ProxyOutput ProxyOutput
리턴 System