System::Net::WebRequestMethods::File class
File class
Represents the string constants for downloading and uploading a file.
class File
Methods
Method | Description |
---|---|
File() | The deleted default constructor. |
Fields
Field | Description |
---|---|
static DownloadFile | The string representation of the ‘GET’ method of FILE. |
static UploadFile | The string representation of the ‘PUT’ method of FILE. |
See Also
- Class WebRequestMethods
- Namespace System::Net
- Library Aspose.PUB for C++