WebRequestMethods.File Class
Represents the types of file protocol methods that can be used with a FILE request. This class cannot be inherited.
Namespace: System.Net
Assembly: System (in System.dll)
The WebRequestMethods.File type exposes the following members.
| 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
