CodePorting.Translator.Cs2Cpp.Framework
System::Net::WebRequestMethods::File Class Reference

Represents the string constants for downloading and uploading a file. More...

#include <web_request_methods.h>

Public Member Functions

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

Static Public Attributes

static const String DownloadFile
 The string representation of the 'GET' method of FILE. More...
 
static const String UploadFile
 The string representation of the 'PUT' method of FILE. More...
 

Detailed Description

Represents the string constants for downloading and uploading a file.

Constructor & Destructor Documentation

◆ File()

System::Net::WebRequestMethods::File::File ( )
delete

The deleted default constructor.

Member Data Documentation

◆ DownloadFile

const String System::Net::WebRequestMethods::File::DownloadFile
static

The string representation of the 'GET' method of FILE.

◆ UploadFile

const String System::Net::WebRequestMethods::File::UploadFile
static

The string representation of the 'PUT' method of FILE.