Class AnnounceParameters
Inheritance
System.Object
AnnounceParameters
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: MonoTorrent.dll
Syntax
public sealed class AnnounceParameters
Properties
BytesDownloaded
Declaration
public long BytesDownloaded { get; }
Property Value
| Type |
Description |
| System.Int64 |
|
BytesLeft
Declaration
public long BytesLeft { get; }
Property Value
| Type |
Description |
| System.Int64 |
|
BytesUploaded
Declaration
public long BytesUploaded { get; }
Property Value
| Type |
Description |
| System.Int64 |
|
ClientEvent
Declaration
public TorrentEvent ClientEvent { get; }
Property Value
InfoHash
Declaration
public InfoHash InfoHash { get; }
Property Value
IPAddress
Declaration
public string IPAddress { get; }
Property Value
| Type |
Description |
| System.String |
|
PeerId
Declaration
public BEncodedString PeerId { get; }
Property Value
Port
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
RequireEncryption
Declaration
public bool RequireEncryption { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
SupportsEncryption
Declaration
public bool SupportsEncryption { get; }
Property Value
| Type |
Description |
| System.Boolean |
|