MultipartReaderTemplate.ReadContentResult

Undocumented in source.

Members

Functions

content
char[] content()
Undocumented in source. Be warned that the author may not have intended to support it.
gotBoundary
bool gotBoundary()
Undocumented in source. Be warned that the author may not have intended to support it.
isError
bool isError()
Undocumented in source. Be warned that the author may not have intended to support it.
makeErrorMessage
string makeErrorMessage()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

bufferTooSmallForBoundary
ReadContentResult bufferTooSmallForBoundary()
Undocumented in source. Be warned that the author may not have intended to support it.
contentButNoBoundaryYet
ReadContentResult contentButNoBoundaryYet(char[] content)
Undocumented in source. Be warned that the author may not have intended to support it.
contentWithBoundary
ReadContentResult contentWithBoundary(char[] content)
Undocumented in source. Be warned that the author may not have intended to support it.
noEndingBoundary
ReadContentResult noEndingBoundary()
Undocumented in source. Be warned that the author may not have intended to support it.
readError
ReadContentResult readError(int errorNumber)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

state
State state;
Undocumented in source.

Meta