C# 클래스 Brunet.Connections.LinkMessage

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

보호된 프로퍼티들

프로퍼티 타입 설명
_attributes System.Collections.Specialized.StringDictionary
_local_ni NodeInfo
_remote_ni NodeInfo
_token string

공개 메소드들

메소드 설명
Equals ( object olm ) : bool
GetHashCode ( ) : int
LinkMessage ( ConnectionType t, NodeInfo local, NodeInfo remote, string token ) : System
LinkMessage ( IDictionary ht ) : System
LinkMessage ( StringDictionary attributes, NodeInfo local, NodeInfo remote, string token ) : System
LinkMessage ( string connection_type, NodeInfo local, NodeInfo remote, string token ) : System
ToDictionary ( ) : IDictionary

메소드 상세

Equals() 공개 메소드

public Equals ( object olm ) : bool
olm object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

LinkMessage() 공개 메소드

public LinkMessage ( ConnectionType t, NodeInfo local, NodeInfo remote, string token ) : System
t ConnectionType
local NodeInfo
remote NodeInfo
token string
리턴 System

LinkMessage() 공개 메소드

public LinkMessage ( IDictionary ht ) : System
ht IDictionary
리턴 System

LinkMessage() 공개 메소드

public LinkMessage ( StringDictionary attributes, NodeInfo local, NodeInfo remote, string token ) : System
attributes System.Collections.Specialized.StringDictionary
local NodeInfo
remote NodeInfo
token string
리턴 System

LinkMessage() 공개 메소드

public LinkMessage ( string connection_type, NodeInfo local, NodeInfo remote, string token ) : System
connection_type string
local NodeInfo
remote NodeInfo
token string
리턴 System

ToDictionary() 공개 메소드

public ToDictionary ( ) : IDictionary
리턴 IDictionary

프로퍼티 상세

_attributes 보호되어 있는 프로퍼티

protected StringDictionary,System.Collections.Specialized _attributes
리턴 System.Collections.Specialized.StringDictionary

_local_ni 보호되어 있는 프로퍼티

protected NodeInfo,Brunet.Connections _local_ni
리턴 NodeInfo

_remote_ni 보호되어 있는 프로퍼티

protected NodeInfo,Brunet.Connections _remote_ni
리턴 NodeInfo

_token 보호되어 있는 프로퍼티

protected string _token
리턴 string