C# Class FileFind.Meshwork.Protocol.ConnectionInfo

Mostrar archivo 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_oe property

public string DestNodeID
return string

DestNodeNickname public_oe property

public string DestNodeNickname
return string

SourceNodeID public_oe property

public string SourceNodeID
return string

SourceNodeNickname public_oe property

public string SourceNodeNickname
return string