Property | Type | Description | |
---|---|---|---|
_forwarders | |||
_target | Address |
Method | Description | |
---|---|---|
ContainsForwarder ( Address addr ) : bool | ||
Equals ( object o ) : bool | ||
GetHashCode ( ) : int | ||
TunnelTransportAddress ( Address target, IEnumerable forwarders ) : System | ||
TunnelTransportAddress ( string s ) : System |
Method | Description | |
---|---|---|
GetString ( Address target, IEnumerable forwarders ) : string |
public ContainsForwarder ( Address addr ) : bool | ||
addr | Address | |
return | bool |
public TunnelTransportAddress ( Address target, IEnumerable forwarders ) : System | ||
target | Address | |
forwarders | IEnumerable | |
return | System |
public TunnelTransportAddress ( string s ) : System | ||
s | string | |
return | System |
protected ArrayList,System.Collections _forwarders | ||
return |