C# Class Brunet.Simulator.Tasks.ConnectionTask

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

Méthodes publiques

Свойство Type Description
Node0 NodeMapping
Node1 NodeMapping
Secure bool

Protected Properties

Свойство Type Description
_are_connected AreConnected
_successful bool

Méthodes publiques

Méthode Description
ConnectionTask ( NodeMapping node0, NodeMapping node1, bool secure, EventHandler finished ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
AreConnectedHandler ( ) : void
CreateSecurityAssociation ( ) : void
EstablishConnection ( ) : void
Finished ( ) : void
SecurityAssociationEstablished ( ) : void

Method Details

AreConnectedHandler() abstract protected méthode

abstract protected AreConnectedHandler ( ) : void
Résultat void

ConnectionTask() public méthode

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

CreateSecurityAssociation() protected méthode

protected CreateSecurityAssociation ( ) : void
Résultat void

EstablishConnection() protected méthode

protected EstablishConnection ( ) : void
Résultat void

Finished() protected méthode

protected Finished ( ) : void
Résultat void

SecurityAssociationEstablished() abstract protected méthode

abstract protected SecurityAssociationEstablished ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Node0 public_oe property

public NodeMapping Node0
Résultat NodeMapping

Node1 public_oe property

public NodeMapping Node1
Résultat NodeMapping

Secure public_oe property

public bool Secure
Résultat bool

_are_connected protected_oe property

protected AreConnected,Brunet.Simulator.Tasks _are_connected
Résultat AreConnected

_successful protected_oe property

protected bool _successful
Résultat bool