C# 클래스 Brunet.Symphony.ForwardingSender

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

보호된 프로퍼티들

프로퍼티 타입 설명
_dest Address
_f_option ushort
_f_ttl short
_header ICopyable
_n Node
_sender AHSender

공개 메소드들

메소드 설명
CreateInstance ( object node_ctx, string uri ) : ForwardingSender
Equals ( object o ) : bool
ForwardingSender ( Node n, Address forwarder, Address destination ) : System
ForwardingSender ( Node n, Address forwarder, ushort init_option, Address destination, short ttl, ushort option ) : System
GetHashCode ( ) : int
Send ( ICopyable d ) : void
ToString ( ) : string
ToUri ( ) : string

비공개 메소드들

메소드 설명
ForwardingSender ( ) : System

메소드 상세

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( object node_ctx, string uri ) : ForwardingSender
node_ctx object
uri string
리턴 ForwardingSender

Equals() 공개 메소드

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

ForwardingSender() 공개 메소드

public ForwardingSender ( Node n, Address forwarder, Address destination ) : System
n Node
forwarder Address
destination Address
리턴 System

ForwardingSender() 공개 메소드

public ForwardingSender ( Node n, Address forwarder, ushort init_option, Address destination, short ttl, ushort option ) : System
n Node
forwarder Address
init_option ushort
destination Address
ttl short
option ushort
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Send() 공개 메소드

public Send ( ICopyable d ) : void
d ICopyable
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToUri() 공개 메소드

public ToUri ( ) : string
리턴 string

프로퍼티 상세

_dest 보호되어 있는 프로퍼티

protected Address _dest
리턴 Address

_f_option 보호되어 있는 프로퍼티

protected ushort _f_option
리턴 ushort

_f_ttl 보호되어 있는 프로퍼티

protected short _f_ttl
리턴 short

_header 보호되어 있는 프로퍼티

protected ICopyable _header
리턴 ICopyable

_n 보호되어 있는 프로퍼티

protected Node _n
리턴 Node

_sender 보호되어 있는 프로퍼티

protected AHSender,Brunet.Symphony _sender
리턴 AHSender