C# Class Brunet.Connections.ConnectToMessage

Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_ct string
_neighbors Brunet.Connections.NodeInfo[]
_target_ni NodeInfo
_token string

Méthodes publiques

Méthode 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 méthode

public ConnectToMessage ( ConnectionType t, NodeInfo target, string token ) : System.Collections
t ConnectionType
target NodeInfo
token string
Résultat System.Collections

ConnectToMessage() public méthode

public ConnectToMessage ( IDictionary ht ) : System.Collections
ht IDictionary
Résultat System.Collections

ConnectToMessage() public méthode

public ConnectToMessage ( string contype, NodeInfo target, NodeInfo neighbors, string token ) : System.Collections
contype string
target NodeInfo
neighbors NodeInfo
token string
Résultat System.Collections

ConnectToMessage() public méthode

public ConnectToMessage ( string contype, NodeInfo target, string token ) : System.Collections
contype string
target NodeInfo
token string
Résultat System.Collections

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToDictionary() public méthode

public ToDictionary ( ) : IDictionary
Résultat IDictionary

Property Details

_ct protected_oe property

protected string _ct
Résultat string

_neighbors protected_oe property

protected NodeInfo[],Brunet.Connections _neighbors
Résultat Brunet.Connections.NodeInfo[]

_target_ni protected_oe property

protected NodeInfo,Brunet.Connections _target_ni
Résultat NodeInfo

_token protected_oe property

protected string _token
Résultat string