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 |
public AddResponseHeader ( NginxMonoHeader, header ) : void | ||
header | NginxMonoHeader, | |
Résultat | void |
public AddResponseHeader ( string key, string value ) : void | ||
key | string | |
value | string | |
Résultat | void |
public NginxRequest ( IntPtr nginx_request, NginxMonoRequestInfo, info, NginxMonoHeader, headers ) : System | ||
nginx_request | IntPtr | |
info | NginxMonoRequestInfo, | |
headers | NginxMonoHeader, | |
Résultat | System |
public ReadBodyAsync ( Action finishedReading ) : void | ||
finishedReading | Action | |
Résultat | void |