C# 클래스 Brunet.Transport.TunnelTransportAddress

상속: TransportAddress
파일 보기 프로젝트 열기: johnynek/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_forwarders System.Collections.ArrayList
_target Address

공개 메소드들

메소드 설명
ContainsForwarder ( Address addr ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
TunnelTransportAddress ( Address target, IEnumerable forwarders ) : System
TunnelTransportAddress ( string s ) : System

비공개 메소드들

메소드 설명
GetString ( Address target, IEnumerable forwarders ) : string

메소드 상세

ContainsForwarder() 공개 메소드

public ContainsForwarder ( Address addr ) : bool
addr Address
리턴 bool

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

TunnelTransportAddress() 공개 메소드

public TunnelTransportAddress ( Address target, IEnumerable forwarders ) : System
target Address
forwarders IEnumerable
리턴 System

TunnelTransportAddress() 공개 메소드

public TunnelTransportAddress ( string s ) : System
s string
리턴 System

프로퍼티 상세

_forwarders 보호되어 있는 프로퍼티

protected ArrayList,System.Collections _forwarders
리턴 System.Collections.ArrayList

_target 보호되어 있는 프로퍼티

protected Address _target
리턴 Address