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