Amazon.S3.AmazonS3Client.GetObjectTorrent C# (CSharp) Method

GetObjectTorrent() public method

Return torrent files from a bucket.
public GetObjectTorrent ( GetObjectTorrentRequest request ) : GetObjectTorrentResponse
request GetObjectTorrentRequest Container for the necessary parameters to execute the GetObjectTorrent service method.
return GetObjectTorrentResponse
        public GetObjectTorrentResponse GetObjectTorrent(GetObjectTorrentRequest request)
        {
            var marshaller = new GetObjectTorrentRequestMarshaller();
            var unmarshaller = GetObjectTorrentResponseUnmarshaller.Instance;

            return Invoke<GetObjectTorrentRequest,GetObjectTorrentResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonS3Client::GetObjectTorrent ( string bucketName, string key ) : GetObjectTorrentResponse
AmazonS3Client