메소드 | 설명 | |
---|---|---|
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, | |
리턴 | void |
public AddResponseHeader ( string key, string value ) : void | ||
key | string | |
value | string | |
리턴 | void |
public NginxRequest ( IntPtr nginx_request, NginxMonoRequestInfo, info, NginxMonoHeader, headers ) : System | ||
nginx_request | IntPtr | |
info | NginxMonoRequestInfo, | |
headers | NginxMonoHeader, | |
리턴 | System |
public ReadBodyAsync ( Action finishedReading ) : void | ||
finishedReading | Action | |
리턴 | void |