C# 클래스 NginxRequest, BlackLinks

상속: IDisposable
파일 보기 프로젝트 열기: heapsource/BlackLinks

공개 메소드들

메소드 설명
AddResponseHeader ( NginxMonoHeader, header ) : void
AddResponseHeader ( string key, string value ) : void
Dispose ( ) : void
NginxRequest ( IntPtr nginx_request, NginxMonoRequestInfo, info, NginxMonoHeader, headers ) : System
ReadBodyAsync ( Action finishedReading ) : void
WaitForBody ( ) : void

메소드 상세

AddResponseHeader() 공개 메소드

public AddResponseHeader ( NginxMonoHeader, header ) : void
header NginxMonoHeader,
리턴 void

AddResponseHeader() 공개 메소드

public AddResponseHeader ( string key, string value ) : void
key string
value string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NginxRequest() 공개 메소드

public NginxRequest ( IntPtr nginx_request, NginxMonoRequestInfo, info, NginxMonoHeader, headers ) : System
nginx_request IntPtr
info NginxMonoRequestInfo,
headers NginxMonoHeader,
리턴 System

ReadBodyAsync() 공개 메소드

public ReadBodyAsync ( Action finishedReading ) : void
finishedReading Action
리턴 void

WaitForBody() 공개 메소드

public WaitForBody ( ) : void
리턴 void