C# Class Brunet.Simulator.Tasks.OnDemandConnection

Inheritance: ConnectionTask
Show file Open project: pstjuste/brunet

Public Methods

Method Description
OnDemandConnection ( NodeMapping node0, NodeMapping node1, bool secure, EventHandler finished ) : System
Start ( ) : void

Protected Methods

Method Description
AreConnectedHandler ( ) : void
SecurityAssociationEstablished ( ) : void

Method Details

AreConnectedHandler() protected method

protected AreConnectedHandler ( ) : void
return void

OnDemandConnection() public method

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

SecurityAssociationEstablished() protected method

protected SecurityAssociationEstablished ( ) : void
return void

Start() public method

public Start ( ) : void
return void