C# 클래스 Brunet.Security.SecurityAssociationTest

파일 보기 프로젝트 열기: johnynek/brunet

공개 프로퍼티들

프로퍼티 타입 설명
state SecurityAssociation.SAState

보호된 프로퍼티들

프로퍼티 타입 설명
callback_count int

공개 메소드들

메소드 설명
Callback ( object o, EventArgs ea ) : void
StateChange ( Object o, EventArgs ea ) : void

보호된 메소드들

메소드 설명
Setup ( SecurityAssociation &sa1, SecurityAssociation &sa2 ) : void

비공개 메소드들

메소드 설명
SHUpdateTest ( ) : void
Test ( ) : void

메소드 상세

Callback() 공개 메소드

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

Setup() 보호된 메소드

protected Setup ( SecurityAssociation &sa1, SecurityAssociation &sa2 ) : void
sa1 SecurityAssociation
sa2 SecurityAssociation
리턴 void

StateChange() 공개 메소드

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

프로퍼티 상세

callback_count 보호되어 있는 프로퍼티

protected int callback_count
리턴 int

state 공개적으로 프로퍼티

public SecurityAssociation.SAState state
리턴 SecurityAssociation.SAState