WebRequestMethods::File Class
.NET Framework (current version)
Represents the types of file protocol methods that can be used with a FILE request. This class cannot be inherited.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DownloadFile | Represents the FILE GET protocol method that is used to retrieve a file from a specified location. |
![]() ![]() | UploadFile | Represents the FILE PUT protocol method that is used to copy a file to a specified location. |
The members of this class can be used to set the Method property that determines the protocol method that is to be used to perform a requested action, such as copying and retrieving a file.
.NET Framework
Available since 2.0
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

