C# Class DistributedFileSystem.KnownPeerEndPoints

Mostrar archivo Open project: MarcFletcher/NetworkComms.Net Class Usage Examples

Private Properties

Property Type Description
KnownPeerEndPoints System

Public Methods

Method Description
KnownPeerEndPoints ( string itemCheckSum, string knownPeerEndPoints ) : System

Initialise a new KnownPeerEndPoints

Private Methods

Method Description
KnownPeerEndPoints ( ) : System

Method Details

KnownPeerEndPoints() public method

Initialise a new KnownPeerEndPoints
public KnownPeerEndPoints ( string itemCheckSum, string knownPeerEndPoints ) : System
itemCheckSum string The checksum identifier for the included peer end points.
knownPeerEndPoints string All known IPEndPoints for this item
return System