프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_dest | Address | ||
_f_option | ushort | ||
_f_ttl | short | ||
_header | ICopyable | ||
_n | Node | ||
_sender |
메소드 | 설명 | |
---|---|---|
CreateInstance ( object node_ctx, string uri ) : |
||
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 |
public static CreateInstance ( object node_ctx, string uri ) : |
||
node_ctx | object | |
uri | string | |
리턴 |
public ForwardingSender ( Node n, Address forwarder, Address destination ) : System | ||
n | Node | |
forwarder | Address | |
destination | Address | |
리턴 | System |
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 |