C# 클래스 Brunet.Symphony.SubringTransportAddress

Stores SubringTransportAddress in the form of brunet.subring://$Address The Address should be the shared overlays Address.
상속: Brunet.Transport.TransportAddress
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Namespace string
Target AHAddress

공개 메소드들

메소드 설명
Create ( string s ) : TransportAddress
Equals ( object o ) : bool
GetHashCode ( ) : int
SubringTransportAddress ( AHAddress target, string node_ns ) : Brunet.Util
SubringTransportAddress ( string s ) : Brunet.Util

비공개 메소드들

메소드 설명
SubringTransportAddress ( ) : Brunet.Util

메소드 상세

Create() 공개 정적인 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SubringTransportAddress() 공개 메소드

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

SubringTransportAddress() 공개 메소드

public SubringTransportAddress ( string s ) : Brunet.Util
s string
리턴 Brunet.Util

프로퍼티 상세

Namespace 공개적으로 프로퍼티

public string Namespace
리턴 string

Target 공개적으로 프로퍼티

public AHAddress,Brunet.Symphony Target
리턴 AHAddress