C# 클래스 TSystems.RELOAD.Transport.AttachReqAns

상속: RELOAD_MessageBody
파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ice_candidates List

공개 메소드들

메소드 설명
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

메소드 상세

AttachReqAns() 공개 메소드

public AttachReqAns ( ) : System
리턴 System

AttachReqAns() 공개 메소드

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
리턴 System

Dump() 공개 메소드

public Dump ( BinaryWriter writer ) : UInt32
writer System.IO.BinaryWriter
리턴 System.UInt32

FromReader() 공개 메소드

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

IPAddressToIceCandidate() 공개 메소드

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

프로퍼티 상세

ice_candidates 공개적으로 프로퍼티

public List ice_candidates
리턴 List