Amazon.S3.AmazonS3Client.GetObjectTorrent C# (CSharp) Метод

GetObjectTorrent() публичный Метод

Return torrent files from a bucket.
public GetObjectTorrent ( GetObjectTorrentRequest request ) : GetObjectTorrentResponse
request GetObjectTorrentRequest Container for the necessary parameters to execute the GetObjectTorrent service method.
Результат 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