Struct Software
Class representing the various and sundry BitTorrent Clients lurking about on the web
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: MonoTorrent
Assembly: MonoTorrent.dll
Syntax
public struct Software
Properties
Client
The name of the torrent software being used
Declaration
public ClientApp Client { get; }
Property Value
| Type | Description |
|---|---|
| ClientApp | The client. |
ShortId
A shortened version of the peers ID
Declaration
public string ShortId { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The short id. |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.ValueType.ToString()