C# Класс Brunet.Connections.ConnectToMessage

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_ct string
_neighbors Brunet.Connections.NodeInfo[]
_target_ni NodeInfo
_token string

Открытые методы

Метод Описание
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

Описание методов

ConnectToMessage() публичный Метод

public ConnectToMessage ( ConnectionType t, NodeInfo target, string token ) : System.Collections
t ConnectionType
target NodeInfo
token string
Результат System.Collections

ConnectToMessage() публичный Метод

public ConnectToMessage ( IDictionary ht ) : System.Collections
ht IDictionary
Результат System.Collections

ConnectToMessage() публичный Метод

public ConnectToMessage ( string contype, NodeInfo target, NodeInfo neighbors, string token ) : System.Collections
contype string
target NodeInfo
neighbors NodeInfo
token string
Результат System.Collections

ConnectToMessage() публичный Метод

public ConnectToMessage ( string contype, NodeInfo target, string token ) : System.Collections
contype string
target NodeInfo
token string
Результат System.Collections

Equals() публичный Метод

public Equals ( object o ) : bool
o object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

ToDictionary() публичный Метод

public ToDictionary ( ) : IDictionary
Результат IDictionary

Описание свойств

_ct защищенное свойство

protected string _ct
Результат string

_neighbors защищенное свойство

protected NodeInfo[],Brunet.Connections _neighbors
Результат Brunet.Connections.NodeInfo[]

_target_ni защищенное свойство

protected NodeInfo,Brunet.Connections _target_ni
Результат NodeInfo

_token защищенное свойство

protected string _token
Результат string