C# Class Brunet.Security.SecurityAssociationTest

Show file Open project: johnynek/brunet

Public Properties

Property Type Description
state SecurityAssociation.SAState

Protected Properties

Property Type Description
callback_count int

Public Methods

Method Description
Callback ( object o, EventArgs ea ) : void
StateChange ( Object o, EventArgs ea ) : void

Protected Methods

Method Description
Setup ( SecurityAssociation &sa1, SecurityAssociation &sa2 ) : void

Private Methods

Method Description
SHUpdateTest ( ) : void
Test ( ) : void

Method Details

Callback() public method

public Callback ( object o, EventArgs ea ) : void
o object
ea System.EventArgs
return void

Setup() protected method

protected Setup ( SecurityAssociation &sa1, SecurityAssociation &sa2 ) : void
sa1 SecurityAssociation
sa2 SecurityAssociation
return void

StateChange() public method

public StateChange ( Object o, EventArgs ea ) : void
o Object
ea System.EventArgs
return void

Property Details

callback_count protected property

protected int callback_count
return int

state public property

public SecurityAssociation.SAState state
return SecurityAssociation.SAState