Table of Contents

Class MagnetToFileRequest

Namespace
TorBoxSDK.Models.Torrents
Assembly
TorBoxSDK.dll

Represents a request to convert a magnet link to a torrent file.

public sealed record MagnetToFileRequest : IEquatable<MagnetToFileRequest>
Inheritance
MagnetToFileRequest
Implements
Inherited Members

Properties

Magnet

Gets the magnet link to convert.

[JsonPropertyName("magnet")]
public string Magnet { get; init; }

Property Value

string