Click or drag to resize
IOssBeginPutObject Method
Overload List
  NameDescription
Public methodBeginPutObject(PutObjectRequest, AsyncCallback, Object)
Begins the async call to upload object
Public methodBeginPutObject(String, String, Stream, AsyncCallback, Object)
Begins the async call of uploading object to specified bucket.
Public methodBeginPutObject(String, String, String, AsyncCallback, Object)
Begins the async call to upload local file to OSS under the specified bucket.
Public methodBeginPutObject(String, String, Stream, ObjectMetadata, AsyncCallback, Object)
Begins the async call to upload object
Public methodBeginPutObject(String, String, String, ObjectMetadata, AsyncCallback, Object)
Begins the async call to upload object with specified metadata.
Top
See Also