MultipartReaderTemplate.ReadHeadersResult

Undocumented in source.

Members

Functions

isDone
bool isDone()
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

atContent
ReadHeadersResult atContent(MultipartFormData formData)
Undocumented in source. Be warned that the author may not have intended to support it.
bufferTooSmallForBoundary
ReadHeadersResult bufferTooSmallForBoundary()
Undocumented in source. Be warned that the author may not have intended to support it.
bufferTooSmallForHeaders
ReadHeadersResult bufferTooSmallForHeaders()
Undocumented in source. Be warned that the author may not have intended to support it.
contentDispositionMissingFormData
ReadHeadersResult contentDispositionMissingFormData()
Undocumented in source. Be warned that the author may not have intended to support it.
contentDispositionMissingName
ReadHeadersResult contentDispositionMissingName()
Undocumented in source. Be warned that the author may not have intended to support it.
done
ReadHeadersResult done()
Undocumented in source. Be warned that the author may not have intended to support it.
eofInsideHeaders
ReadHeadersResult eofInsideHeaders()
Undocumented in source. Be warned that the author may not have intended to support it.
headerTooBig
ReadHeadersResult headerTooBig()
Undocumented in source. Be warned that the author may not have intended to support it.
invalidBoundaryPostfix
ReadHeadersResult invalidBoundaryPostfix()
Undocumented in source. Be warned that the author may not have intended to support it.
invalidFirstBoundary
ReadHeadersResult invalidFirstBoundary()
Undocumented in source. Be warned that the author may not have intended to support it.
missingContentDisposition
ReadHeadersResult missingContentDisposition()
Undocumented in source. Be warned that the author may not have intended to support it.
policyError
ReadHeadersResult policyError(string errorMsg)
Undocumented in source. Be warned that the author may not have intended to support it.
readError
ReadHeadersResult readError(int errorNumber)
Undocumented in source. Be warned that the author may not have intended to support it.
unknownContentDispositionArg
ReadHeadersResult unknownContentDispositionArg(char[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
unknownHeader
ReadHeadersResult unknownHeader(char[] s)
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