C# Class FileFind.Meshwork.TrustedNodeInfo

Show file Open project: codebutler/meshwork Class Usage Examples

Public Properties

Property Type Description
AllowAutoConnect bool
AllowConnect bool
AllowNetworkInfo bool
AllowProfile bool
AllowSharedFiles bool
LastConnected System.DateTime

Private Properties

Property Type Description

Public Methods

Method Description
TrustedNodeInfo ( ) : System
TrustedNodeInfo ( PublicKey key ) : System

Method Details

TrustedNodeInfo() public method

public TrustedNodeInfo ( ) : System
return System

TrustedNodeInfo() public method

public TrustedNodeInfo ( PublicKey key ) : System
key PublicKey
return System

Property Details

AllowAutoConnect public property

public bool AllowAutoConnect
return bool

AllowConnect public property

public bool AllowConnect
return bool

AllowNetworkInfo public property

public bool AllowNetworkInfo
return bool

AllowProfile public property

public bool AllowProfile
return bool

AllowSharedFiles public property

public bool AllowSharedFiles
return bool

LastConnected public property

public DateTime,System LastConnected
return System.DateTime