C# Class Brunet.Transport.IDTAAuthorizer

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

Protected Properties

Property Type Description
_denied_id int

Public Methods

Method Description
Authorize ( TransportAddress a ) : TAAuthorizer.Decision
IDTAAuthorizer ( int id ) : System

Method Details

Authorize() public method

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

IDTAAuthorizer() public method

public IDTAAuthorizer ( int id ) : System
id int
return System

Property Details

_denied_id protected property

protected int _denied_id
return int