C# 클래스 Brunet.Connections.ConnectToMessage

파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_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