C# Class NginxRequest, BlackLinks

Inheritance: IDisposable
Mostra file Open project: heapsource/BlackLinks

Public Methods

Method Description
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

Method Details

AddResponseHeader() public method

public AddResponseHeader ( NginxMonoHeader, header ) : void
header NginxMonoHeader,
return void

AddResponseHeader() public method

public AddResponseHeader ( string key, string value ) : void
key string
value string
return void

Dispose() public method

public Dispose ( ) : void
return void

NginxRequest() public method

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

ReadBodyAsync() public method

public ReadBodyAsync ( Action finishedReading ) : void
finishedReading Action
return void

WaitForBody() public method

public WaitForBody ( ) : void
return void