C# Class Brunet.Transport.SeriesTAAuthorizer

Inheritance: TAAuthorizer
Show file Open project: johnynek/brunet Class Usage Examples

Protected Properties

Property Type Description
_authorizers IEnumerable

Public Methods

Method Description
Authorize ( TransportAddress a ) : TAAuthorizer.Decision
SeriesTAAuthorizer ( IEnumerable auths ) : System

Method Details

Authorize() public method

public Authorize ( TransportAddress a ) : TAAuthorizer.Decision
a TransportAddress
return TAAuthorizer.Decision

SeriesTAAuthorizer() public method

public SeriesTAAuthorizer ( IEnumerable auths ) : System
auths IEnumerable
return System

Property Details

_authorizers protected property

protected IEnumerable _authorizers
return IEnumerable