C# Class Brunet.Transport.TATypeAuthorizer

Inheritance: TAAuthorizer
Afficher le fichier Open project: johnynek/brunet

Protected Properties

Свойство Type Description
_match_table bool>.Dictionary
_on_match TAAuthorizer.Decision
_on_mismatch TAAuthorizer.Decision

Méthodes publiques

Méthode Description
Authorize ( TransportAddress a ) : TAAuthorizer.Decision
TATypeAuthorizer ( TransportAddress list, TAAuthorizer on_match, TAAuthorizer on_mismatch ) : System

Method Details

Authorize() public méthode

public Authorize ( TransportAddress a ) : TAAuthorizer.Decision
a TransportAddress
Résultat TAAuthorizer.Decision

TATypeAuthorizer() public méthode

public TATypeAuthorizer ( TransportAddress list, TAAuthorizer on_match, TAAuthorizer on_mismatch ) : System
list TransportAddress
on_match TAAuthorizer
on_mismatch TAAuthorizer
Résultat System

Property Details

_match_table protected_oe property

protected Dictionary _match_table
Résultat bool>.Dictionary

_on_match protected_oe property

protected TAAuthorizer.Decision _on_match
Résultat TAAuthorizer.Decision

_on_mismatch protected_oe property

protected TAAuthorizer.Decision _on_mismatch
Résultat TAAuthorizer.Decision