Amazon.S3.Transfer.TransferUtility.TransferUtility C# (CSharp) Method

TransferUtility() public method

Constructs a new TransferUtility class.

If a Timeout needs to be specified, use the constructor which takes an Amazon.S3.AmazonS3Client as a paramater. Use an instance of Amazon.S3.AmazonS3Client constructed with an Amazon.S3.AmazonS3Config object with the Timeout specified.

public TransferUtility ( ) : System
return System
        public TransferUtility()
            : this(new AmazonS3Client())
        {
            this._shouldDispose = true;
        }

Same methods

TransferUtility::TransferUtility ( RegionEndpoint region ) : System
TransferUtility::TransferUtility ( TransferUtilityConfig config ) : System