Click or drag to resize

UploadFileRequest 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 UploadFileRequest : ResumableUploadRequest

The UploadFileRequest type exposes the following members.

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