C# 클래스 Brunet.Simulator.Transport.IDTAAuthorizer

Denies any attempt on a particular Simulator node ID.
상속: Brunet.Transport.TAAuthorizer
파일 보기 프로젝트 열기: pstjuste/brunet

보호된 프로퍼티들

프로퍼티 타입 설명
_denied_id int

공개 메소드들

메소드 설명
Authorize ( TransportAddress a ) : TAAuthorizer.Decision
IDTAAuthorizer ( int id ) : Brunet.Transport

메소드 상세

Authorize() 공개 메소드

public Authorize ( TransportAddress a ) : TAAuthorizer.Decision
a Brunet.Transport.TransportAddress
리턴 TAAuthorizer.Decision

IDTAAuthorizer() 공개 메소드

public IDTAAuthorizer ( int id ) : Brunet.Transport
id int
리턴 Brunet.Transport

프로퍼티 상세

_denied_id 보호되어 있는 프로퍼티

protected int _denied_id
리턴 int