Click or drag to resize

DownloadFileRequest Class

Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.20.7.0 (3.20.7)
Syntax
C#
public class DownloadFileRequest : GetObjectRequest

The DownloadFileRequest type exposes the following members.

Constructors
  NameDescription
Public methodDownloadFileRequest
Initializes a new instance of the DownloadFileRequest class
Public methodDownloadFileRequest(String, String)
Initializes a new instance of the DownloadFileRequest class
Public methodDownloadFileRequest(String, String, String)
Initializes a new instance of the DownloadFileRequest class
Public methodDownloadFileRequest(String, String, String, Int64)
Initializes a new instance of the DownloadFileRequest class
Public methodDownloadFileRequest(String, String, String, Int64, Int32, Boolean)
Initializes a new instance of the DownloadFileRequest class
Public methodDownloadFileRequest(String, String, String, Int64, Boolean, String, String)
Initializes a new instance of the DownloadFileRequest class
Public methodDownloadFileRequest(String, String, String, Int64, Int32, Boolean, String)
Initializes a new instance of the DownloadFileRequest class
Top
Properties
See Also