C# Class Brunet.Connections.LinkMessage

Show file Open project: johnynek/brunet Class Usage Examples

Protected Properties

Property Type Description
_attributes System.Collections.Specialized.StringDictionary
_local_ni NodeInfo
_remote_ni NodeInfo
_token string

Public Methods

Method Description
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

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

LinkMessage() public method

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

LinkMessage() public method

public LinkMessage ( IDictionary ht ) : System
ht IDictionary
return System

LinkMessage() public method

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

LinkMessage() public method

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

ToDictionary() public method

public ToDictionary ( ) : IDictionary
return IDictionary

Property Details

_attributes protected property

protected StringDictionary,System.Collections.Specialized _attributes
return System.Collections.Specialized.StringDictionary

_local_ni protected property

protected NodeInfo,Brunet.Connections _local_ni
return NodeInfo

_remote_ni protected property

protected NodeInfo,Brunet.Connections _remote_ni
return NodeInfo

_token protected property

protected string _token
return string