C# Class TSystems.RELOAD.Transport.AttachReqAns

Inheritance: RELOAD_MessageBody
Afficher le fichier Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
ice_candidates List

Méthodes publiques

Méthode Description
AttachReqAns ( ) : System
AttachReqAns ( Node chordnode, bool req, bool send_update, bool isBootstrap, bool gatherActiveHostOnly ) : System
Dump ( BinaryWriter writer ) : UInt32
FromReader ( ReloadMessage rm, BinaryReader reader, long reload_msg_size ) : RELOAD_MessageBody
IPAddressToIceCandidate ( IPAddress ip, int portNum ) : List

Method Details

AttachReqAns() public méthode

public AttachReqAns ( ) : System
Résultat System

AttachReqAns() public méthode

public AttachReqAns ( Node chordnode, bool req, bool send_update, bool isBootstrap, bool gatherActiveHostOnly ) : System
chordnode TSystems.RELOAD.Topology.Node
req bool
send_update bool
isBootstrap bool
gatherActiveHostOnly bool
Résultat System

Dump() public méthode

public Dump ( BinaryWriter writer ) : UInt32
writer System.IO.BinaryWriter
Résultat System.UInt32

FromReader() public méthode

public FromReader ( ReloadMessage rm, BinaryReader reader, long reload_msg_size ) : RELOAD_MessageBody
rm ReloadMessage
reader System.IO.BinaryReader
reload_msg_size long
Résultat RELOAD_MessageBody

IPAddressToIceCandidate() public méthode

public IPAddressToIceCandidate ( IPAddress ip, int portNum ) : List
ip System.Net.IPAddress
portNum int
Résultat List

Property Details

ice_candidates public_oe property

public List ice_candidates
Résultat List