C# Class Brunet.Transport.TunnelTransportAddress

Inheritance: TransportAddress
Show file Open project: johnynek/brunet Class Usage Examples

Protected Properties

Property Type Description
_forwarders System.Collections.ArrayList
_target Address

Public Methods

Method Description
ContainsForwarder ( Address addr ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
TunnelTransportAddress ( Address target, IEnumerable forwarders ) : System
TunnelTransportAddress ( string s ) : System

Private Methods

Method Description
GetString ( Address target, IEnumerable forwarders ) : string

Method Details

ContainsForwarder() public method

public ContainsForwarder ( Address addr ) : bool
addr Address
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

TunnelTransportAddress() public method

public TunnelTransportAddress ( Address target, IEnumerable forwarders ) : System
target Address
forwarders IEnumerable
return System

TunnelTransportAddress() public method

public TunnelTransportAddress ( string s ) : System
s string
return System

Property Details

_forwarders protected property

protected ArrayList,System.Collections _forwarders
return System.Collections.ArrayList

_target protected property

protected Address _target
return Address