C# Class Brunet.Symphony.SubringTransportAddress

Stores SubringTransportAddress in the form of brunet.subring://$Address The Address should be the shared overlays Address.
Inheritance: Brunet.Transport.TransportAddress
Datei anzeigen Open project: pstjuste/brunet Class Usage Examples

Public Properties

Property Type Description
Namespace string
Target AHAddress

Public Methods

Method Description
Create ( string s ) : TransportAddress
Equals ( object o ) : bool
GetHashCode ( ) : int
SubringTransportAddress ( AHAddress target, string node_ns ) : Brunet.Util
SubringTransportAddress ( string s ) : Brunet.Util

Private Methods

Method Description
SubringTransportAddress ( ) : Brunet.Util

Method Details

Create() public static method

public static Create ( string s ) : TransportAddress
s string
return Brunet.Transport.TransportAddress

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

SubringTransportAddress() public method

public SubringTransportAddress ( AHAddress target, string node_ns ) : Brunet.Util
target AHAddress
node_ns string
return Brunet.Util

SubringTransportAddress() public method

public SubringTransportAddress ( string s ) : Brunet.Util
s string
return Brunet.Util

Property Details

Namespace public_oe property

public string Namespace
return string

Target public_oe property

public AHAddress,Brunet.Symphony Target
return AHAddress