System::Net::WebRequestMethods::File Class Reference

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

Public Member Functions

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

Static Public Attributes

static ASPOSECPP_SHARED_API const String DownloadFile
 The string representation of the 'GET' method of FILE. More...
 
static ASPOSECPP_SHARED_API 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

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

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

◆ UploadFile

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

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