CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
http_version.h
1
2#pragma once
3
4#include <system/object.h>
5#include <system/version.h>
6
7namespace System { namespace Net {
8
10class ASPOSECPP_SHARED_CLASS HttpVersion
11{
12public:
14 static ASPOSECPP_SHARED_API Version Unknown;
16 static ASPOSECPP_SHARED_API Version Version10;
18 static ASPOSECPP_SHARED_API Version Version11;
20 static ASPOSECPP_SHARED_API Version Version20;
21
23 HttpVersion() = delete;
24};
25
26}} // namespace System::Net
Contains versions of HTTP.
Definition: http_version.h:11
static Version Version20
Represents HTTP version 2.0.
Definition: http_version.h:20
HttpVersion()=delete
The deleted default constructor.
static Version Version10
Represents HTTP version 1.0.
Definition: http_version.h:16
static Version Version11
Represents HTTP version 1.1.
Definition: http_version.h:18
static Version Unknown
Represents an unknown version of the HTTP.
Definition: http_version.h:14
Represents a version number. This type should be allocated on stack and passed to functions by value ...
Definition: version.h:15
Definition: db_command.h:9