C# Class TSystems.RELOAD.Transport.AppAttachReqAns

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

AppAttachReqAns() public méthode

public AppAttachReqAns ( ) : System
Résultat System

AppAttachReqAns() public méthode

public AppAttachReqAns ( Node chordnode, bool req ) : System
chordnode TSystems.RELOAD.Topology.Node
req 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