C# Class FileFind.Meshwork.Protocol.ConnectionInfo

Show file Open project: codebutler/meshwork Class Usage Examples

Public Properties

Property Type Description
DestNodeID string
DestNodeNickname string
SourceNodeID string
SourceNodeNickname string

Public Methods

Method Description
ConnectionInfo ( string SourceNodeID, string SourceNodeNickname, string DestNodeID, string DestNodeNickname ) : System

Method Details

ConnectionInfo() public method

public ConnectionInfo ( string SourceNodeID, string SourceNodeNickname, string DestNodeID, string DestNodeNickname ) : System
SourceNodeID string
SourceNodeNickname string
DestNodeID string
DestNodeNickname string
return System

Property Details

DestNodeID public property

public string DestNodeID
return string

DestNodeNickname public property

public string DestNodeNickname
return string

SourceNodeID public property

public string SourceNodeID
return string

SourceNodeNickname public property

public string SourceNodeNickname
return string