C# Class Brunet.Connections.ConnectToMessage

Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_ct string
_neighbors Brunet.Connections.NodeInfo[]
_target_ni NodeInfo
_token string

Public Methods

Method Description
ConnectToMessage ( ConnectionType t, NodeInfo target, string token ) : System.Collections
ConnectToMessage ( IDictionary ht ) : System.Collections
ConnectToMessage ( string contype, NodeInfo target, NodeInfo neighbors, string token ) : System.Collections
ConnectToMessage ( string contype, NodeInfo target, string token ) : System.Collections
Equals ( object o ) : bool
GetHashCode ( ) : int
ToDictionary ( ) : IDictionary

Method Details

ConnectToMessage() public method

public ConnectToMessage ( ConnectionType t, NodeInfo target, string token ) : System.Collections
t ConnectionType
target NodeInfo
token string
return System.Collections

ConnectToMessage() public method

public ConnectToMessage ( IDictionary ht ) : System.Collections
ht IDictionary
return System.Collections

ConnectToMessage() public method

public ConnectToMessage ( string contype, NodeInfo target, NodeInfo neighbors, string token ) : System.Collections
contype string
target NodeInfo
neighbors NodeInfo
token string
return System.Collections

ConnectToMessage() public method

public ConnectToMessage ( string contype, NodeInfo target, string token ) : System.Collections
contype string
target NodeInfo
token string
return System.Collections

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToDictionary() public method

public ToDictionary ( ) : IDictionary
return IDictionary

Property Details

_ct protected property

protected string _ct
return string

_neighbors protected property

protected NodeInfo[],Brunet.Connections _neighbors
return Brunet.Connections.NodeInfo[]

_target_ni protected property

protected NodeInfo,Brunet.Connections _target_ni
return NodeInfo

_token protected property

protected string _token
return string