Пример #1
0
 internal void SetTorrentProperty(Torrent TorrentToUpdate, string PropertyName, string PropertyValue)
 {
     ServiceClient.SetStringProperty(TorrentToUpdate.Hash, PropertyName, PropertyValue, _token);
 }