C# Class Jackett.Indexers.TorrentzHelper

ファイルを表示 Open project: WarlaxZ/Jackett Class Usage Examples

Public Methods

Method Description
TorrentzHelper ( string description ) : Jackett.Models
createMagnetLink ( string hash, string title ) : Uri

Private Methods

Method Description
FillProperties ( ) : void

Method Details

TorrentzHelper() public method

public TorrentzHelper ( string description ) : Jackett.Models
description string
return Jackett.Models

createMagnetLink() public static method

public static createMagnetLink ( string hash, string title ) : Uri
hash string
title string
return System.Uri