C# Class Brunet.Symphony.ForwardingSender

Inheritance: ISender
Afficher le fichier Open project: johnynek/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_dest Address
_f_option ushort
_f_ttl short
_header ICopyable
_n Node
_sender AHSender

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ForwardingSender ( ) : System

Method Details

CreateInstance() public static méthode

public static CreateInstance ( object node_ctx, string uri ) : ForwardingSender
node_ctx object
uri string
Résultat ForwardingSender

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

ForwardingSender() public méthode

public ForwardingSender ( Node n, Address forwarder, Address destination ) : System
n Node
forwarder Address
destination Address
Résultat System

ForwardingSender() public méthode

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
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Send() public méthode

public Send ( ICopyable d ) : void
d ICopyable
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

ToUri() public méthode

public ToUri ( ) : string
Résultat string

Property Details

_dest protected_oe property

protected Address _dest
Résultat Address

_f_option protected_oe property

protected ushort _f_option
Résultat ushort

_f_ttl protected_oe property

protected short _f_ttl
Résultat short

_header protected_oe property

protected ICopyable _header
Résultat ICopyable

_n protected_oe property

protected Node _n
Résultat Node

_sender protected_oe property

protected AHSender,Brunet.Symphony _sender
Résultat AHSender