CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
http_parse_result.h
1
2#pragma once
3
4namespace System { namespace Net { namespace Http {
5
8{
10 Parsed,
15};
16}}} // namespace System::Net::Http
HttpParseResult
Indicates the parsing result.
Definition: http_parse_result.h:8
@ NotParsed
The string to parse starts with an invalid character.
@ Parsed
The parsing is successfully done.
@ InvalidFormat
The string to parse has an invalid format.
Definition: db_command.h:9