System::Net::WebRequestMethods::File class

File class

Represents the string constants for downloading and uploading a file.

class File

Methods

MethodDescription
File()The deleted default constructor.

Fields

FieldDescription
static DownloadFileThe string representation of the ‘GET’ method of FILE.
static UploadFileThe string representation of the ‘PUT’ method of FILE.

See Also