C# Class OctoTorrent.Tests.Tracker.PeerDetails

Show file Open project: Eskat0n/OctoTorrent Class Usage Examples

Public Properties

Property Type Description
ClientAddress System.Net.IPAddress
Downloaded long
PeerId string
Port int
Remaining long
Trackable ITrackable
Uploaded long

Property Details

ClientAddress public property

public IPAddress,System.Net ClientAddress
return System.Net.IPAddress

Downloaded public property

public long Downloaded
return long

PeerId public property

public string PeerId
return string

Port public property

public int Port
return int

Remaining public property

public long Remaining
return long

Trackable public property

public ITrackable Trackable
return ITrackable

Uploaded public property

public long Uploaded
return long