C# 클래스 Brunet.Transport.TATypeAuthorizer

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

보호된 프로퍼티들

프로퍼티 타입 설명
_match_table bool>.Dictionary
_on_match TAAuthorizer.Decision
_on_mismatch TAAuthorizer.Decision

공개 메소드들

메소드 설명
Authorize ( TransportAddress a ) : TAAuthorizer.Decision
TATypeAuthorizer ( TransportAddress list, TAAuthorizer on_match, TAAuthorizer on_mismatch ) : System

메소드 상세

Authorize() 공개 메소드

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

TATypeAuthorizer() 공개 메소드

public TATypeAuthorizer ( TransportAddress list, TAAuthorizer on_match, TAAuthorizer on_mismatch ) : System
list TransportAddress
on_match TAAuthorizer
on_mismatch TAAuthorizer
리턴 System

프로퍼티 상세

_match_table 보호되어 있는 프로퍼티

protected Dictionary _match_table
리턴 bool>.Dictionary

_on_match 보호되어 있는 프로퍼티

protected TAAuthorizer.Decision _on_match
리턴 TAAuthorizer.Decision

_on_mismatch 보호되어 있는 프로퍼티

protected TAAuthorizer.Decision _on_mismatch
리턴 TAAuthorizer.Decision