C# Class Brunet.Transport.SeriesTAAuthorizer

Inheritance: TAAuthorizer
Afficher le fichier Open project: johnynek/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_authorizers IEnumerable

Méthodes publiques

Méthode Description
Authorize ( TransportAddress a ) : TAAuthorizer.Decision
SeriesTAAuthorizer ( IEnumerable auths ) : System

Method Details

Authorize() public méthode

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

SeriesTAAuthorizer() public méthode

public SeriesTAAuthorizer ( IEnumerable auths ) : System
auths IEnumerable
Résultat System

Property Details

_authorizers protected_oe property

protected IEnumerable _authorizers
Résultat IEnumerable