C# 클래스 NHttp.HttpClient

상속: IDisposable
파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

공개 메소드들

메소드 설명
BeginRequest ( ) : void
Dispose ( ) : void
ExecuteRequest ( ) : void
ForceClose ( ) : void
HttpClient ( HttpServer server, TcpClient client ) : System
RequestClose ( ) : void
UnsetParser ( ) : void

비공개 메소드들

메소드 설명
BeginRead ( ) : void
BeginWrite ( ) : void
BuildResponseHeaders ( ) : byte[]
ProcessContent ( ) : void
ProcessContentLengthHeader ( ) : bool
ProcessException ( Exception exception ) : void
ProcessExpectHeader ( ) : bool
ProcessHeaders ( ) : void
ProcessProlog ( ) : void
ProcessReadBuffer ( ) : void
ProcessRequestCompleted ( ) : void
ReadCallback ( IAsyncResult asyncResult ) : void
Reset ( ) : void
SendContinueResponse ( ) : void
WriteCallback ( IAsyncResult asyncResult ) : void
WriteHeader ( StringBuilder sb, string key, string value ) : void
WriteResponseContent ( ) : void
WriteResponseHeaders ( ) : void

메소드 상세

BeginRequest() 공개 메소드

public BeginRequest ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExecuteRequest() 공개 메소드

public ExecuteRequest ( ) : void
리턴 void

ForceClose() 공개 메소드

public ForceClose ( ) : void
리턴 void

HttpClient() 공개 메소드

public HttpClient ( HttpServer server, TcpClient client ) : System
server HttpServer
client System.Net.Sockets.TcpClient
리턴 System

RequestClose() 공개 메소드

public RequestClose ( ) : void
리턴 void

UnsetParser() 공개 메소드

public UnsetParser ( ) : void
리턴 void