BodyAsBytes | XmobiTea.ProtonNetCommon.HttpResponse | |
BodyAsString | XmobiTea.ProtonNetCommon.HttpResponse | |
Cache | XmobiTea.ProtonNetCommon.HttpResponse | |
Clear() | XmobiTea.ProtonNetCommon.HttpResponse | |
CookieCount | XmobiTea.ProtonNetCommon.HttpResponse | |
GetCookie(int i) | XmobiTea.ProtonNetCommon.HttpResponse | |
GetCookie(string name) | XmobiTea.ProtonNetCommon.HttpResponse | |
GetHeader(int i) | XmobiTea.ProtonNetCommon.HttpResponse | |
GetHeader(string key) | XmobiTea.ProtonNetCommon.HttpResponse | |
HeaderCount | XmobiTea.ProtonNetCommon.HttpResponse | |
HttpResponse() | XmobiTea.ProtonNetCommon.HttpResponse | |
IsEmpty | XmobiTea.ProtonNetCommon.HttpResponse | |
IsErrorSet | XmobiTea.ProtonNetCommon.HttpResponse | |
IsPendingBody() | XmobiTea.ProtonNetCommon.HttpResponse | |
IsPendingHeader() | XmobiTea.ProtonNetCommon.HttpResponse | |
Protocol | XmobiTea.ProtonNetCommon.HttpResponse | |
SetBegin(StatusCode status, string protocol=Constance.DefaultHttpProtocol) | XmobiTea.ProtonNetCommon.HttpResponse | |
SetBody(string body="") | XmobiTea.ProtonNetCommon.HttpResponse | |
SetBody(byte[] body) | XmobiTea.ProtonNetCommon.HttpResponse | |
SetBodyBuffer(byte[] buffer, int position, int length) | XmobiTea.ProtonNetCommon.HttpResponse | |
SetContentType(string extension) | XmobiTea.ProtonNetCommon.HttpResponse | |
SetCookie(string name, string value, int maxAge=86400, string path="", string domain="", bool secure=true, bool strict=true, bool httpOnly=true) | XmobiTea.ProtonNetCommon.HttpResponse | |
SetHeader(string key, string value) | XmobiTea.ProtonNetCommon.HttpResponse | |
SetHeaderBuffer(byte[] buffer, int position, int length) | XmobiTea.ProtonNetCommon.HttpResponse | |
Status | XmobiTea.ProtonNetCommon.HttpResponse | |