C# 클래스 Brunet.Simulator.Tasks.OnDemandConnection

상속: ConnectionTask
파일 보기 프로젝트 열기: pstjuste/brunet

공개 메소드들

메소드 설명
OnDemandConnection ( NodeMapping node0, NodeMapping node1, bool secure, EventHandler finished ) : System
Start ( ) : void

보호된 메소드들

메소드 설명
AreConnectedHandler ( ) : void
SecurityAssociationEstablished ( ) : void

메소드 상세

AreConnectedHandler() 보호된 메소드

protected AreConnectedHandler ( ) : void
리턴 void

OnDemandConnection() 공개 메소드

public OnDemandConnection ( NodeMapping node0, NodeMapping node1, bool secure, EventHandler finished ) : System
node0 NodeMapping
node1 NodeMapping
secure bool
finished EventHandler
리턴 System

SecurityAssociationEstablished() 보호된 메소드

protected SecurityAssociationEstablished ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void