C# 클래스 PSXDH.HttpsHelp.HttpClient

상속: PSXDH.ProxyHelp.Client
파일 보기 프로젝트 열기: KOPElan/PSX-Download-Helper 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BuildResponse string
IsValidQuery bool
OnConnected void
OnErrorSent void
OnLocalFileSent void
OnOkSent void
OnQuerySent void
OnReceiveQuery void
ParseQuery string>.Dictionary
QueryHandle void
RebuildQuery string
SendBadRequest void
SendLocalFile void

공개 메소드들

메소드 설명
HttpClient ( Socket clientSocket, DestroyDelegate destroyer, UpdataUrlLog updataUrlLog ) : System
StartHandshake ( ) : void
ToString ( ) : string
ToString ( bool withUrl ) : string

비공개 메소드들

메소드 설명
BuildResponse ( string requestRange, string connection, long &startRange ) : string

本地回传答复请求

IsValidQuery ( string query ) : bool
OnConnected ( IAsyncResult ar ) : void
OnErrorSent ( IAsyncResult ar ) : void
OnLocalFileSent ( IAsyncResult ar ) : void
OnOkSent ( IAsyncResult ar ) : void
OnQuerySent ( IAsyncResult ar ) : void
OnReceiveQuery ( IAsyncResult ar ) : void
ParseQuery ( string query ) : string>.Dictionary
QueryHandle ( string query ) : void
RebuildQuery ( ) : string
SendBadRequest ( ) : void
SendLocalFile ( string localFile, string requestRange, string connection ) : void

메소드 상세

HttpClient() 공개 메소드

public HttpClient ( Socket clientSocket, DestroyDelegate destroyer, UpdataUrlLog updataUrlLog ) : System
clientSocket Socket
destroyer DestroyDelegate
updataUrlLog UpdataUrlLog
리턴 System

StartHandshake() 공개 메소드

public StartHandshake ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( bool withUrl ) : string
withUrl bool
리턴 string