C# Class Brunet.Simulator.Tasks.OnDemandConnection

Inheritance: ConnectionTask
Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

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

Méthodes protégées

Méthode Description
AreConnectedHandler ( ) : void
SecurityAssociationEstablished ( ) : void

Method Details

AreConnectedHandler() protected méthode

protected AreConnectedHandler ( ) : void
Résultat void

OnDemandConnection() public méthode

public OnDemandConnection ( NodeMapping node0, NodeMapping node1, bool secure, EventHandler finished ) : System
node0 NodeMapping
node1 NodeMapping
secure bool
finished EventHandler
Résultat System

SecurityAssociationEstablished() protected méthode

protected SecurityAssociationEstablished ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void