C# Class Brunet.Transport.ConstantAuthorizer

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

Protected Properties

Property Type Description
_dec TAAuthorizer.Decision

Public Methods

Method Description
Authorize ( TransportAddress a ) : TAAuthorizer.Decision
ConstantAuthorizer ( TAAuthorizer d ) : System

Method Details

Authorize() public method

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

ConstantAuthorizer() public method

public ConstantAuthorizer ( TAAuthorizer d ) : System
d TAAuthorizer
return System

Property Details

_dec protected property

protected TAAuthorizer.Decision _dec
return TAAuthorizer.Decision