C# Class Brunet.Transport.TunnelTransportAddress

Inheritance: TransportAddress
Afficher le fichier Open project: johnynek/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_forwarders System.Collections.ArrayList
_target Address

Méthodes publiques

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

Private Methods

Méthode Description
GetString ( Address target, IEnumerable forwarders ) : string

Method Details

ContainsForwarder() public méthode

public ContainsForwarder ( Address addr ) : bool
addr Address
Résultat bool

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

TunnelTransportAddress() public méthode

public TunnelTransportAddress ( Address target, IEnumerable forwarders ) : System
target Address
forwarders IEnumerable
Résultat System

TunnelTransportAddress() public méthode

public TunnelTransportAddress ( string s ) : System
s string
Résultat System

Property Details

_forwarders protected_oe property

protected ArrayList,System.Collections _forwarders
Résultat System.Collections.ArrayList

_target protected_oe property

protected Address _target
Résultat Address