CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
System::Net::HttpVersion Class Reference

Contains versions of HTTP. More...

#include <http_version.h>

Public Member Functions

 HttpVersion ()=delete
 The deleted default constructor. More...
 

Static Public Attributes

static Version Unknown
 Represents an unknown version of the HTTP. More...
 
static Version Version10
 Represents HTTP version 1.0. More...
 
static Version Version11
 Represents HTTP version 1.1. More...
 
static Version Version20
 Represents HTTP version 2.0. More...
 

Detailed Description

Contains versions of HTTP.

Constructor & Destructor Documentation

◆ HttpVersion()

System::Net::HttpVersion::HttpVersion ( )
delete

The deleted default constructor.

Member Data Documentation

◆ Unknown

Version System::Net::HttpVersion::Unknown
static

Represents an unknown version of the HTTP.

◆ Version10

Version System::Net::HttpVersion::Version10
static

Represents HTTP version 1.0.

◆ Version11

Version System::Net::HttpVersion::Version11
static

Represents HTTP version 1.1.

◆ Version20

Version System::Net::HttpVersion::Version20
static

Represents HTTP version 2.0.