C# Class NginxRequest, BlackLinks

Inheritance: IDisposable
Afficher le fichier Open project: heapsource/BlackLinks

Méthodes publiques

Méthode 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 méthode

public AddResponseHeader ( NginxMonoHeader, header ) : void
header NginxMonoHeader,
Résultat void

AddResponseHeader() public méthode

public AddResponseHeader ( string key, string value ) : void
key string
value string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NginxRequest() public méthode

public NginxRequest ( IntPtr nginx_request, NginxMonoRequestInfo, info, NginxMonoHeader, headers ) : System
nginx_request IntPtr
info NginxMonoRequestInfo,
headers NginxMonoHeader,
Résultat System

ReadBodyAsync() public méthode

public ReadBodyAsync ( Action finishedReading ) : void
finishedReading Action
Résultat void

WaitForBody() public méthode

public WaitForBody ( ) : void
Résultat void