C# Class TSystems.RELOAD.Transport.AttachReqAns

Inheritance: RELOAD_MessageBody
Mostra file Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Properties

Property Type Description
ice_candidates List

Public Methods

Method 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 method

public AttachReqAns ( ) : System
return System

AttachReqAns() public method

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
return System

Dump() public method

public Dump ( BinaryWriter writer ) : UInt32
writer System.IO.BinaryWriter
return System.UInt32

FromReader() public method

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

IPAddressToIceCandidate() public method

public IPAddressToIceCandidate ( IPAddress ip, int portNum ) : List
ip System.Net.IPAddress
portNum int
return List

Property Details

ice_candidates public_oe property

public List ice_candidates
return List