System::Net::Http::HttpParseResult enum
HttpParseResult enum
Indicates the parsing result.
enum class HttpParseResult
Values
Name | Value | Description |
---|---|---|
Parsed | 0 | The parsing is successfully done. |
NotParsed | 1 | The string to parse starts with an invalid character. |
InvalidFormat | 2 | The string to parse has an invalid format. |
See Also
- Namespace System::Net::Http
- Library Aspose.TeX for C++