C# Class Brunet.Simulator.Transport.IDTAAuthorizer

Denies any attempt on a particular Simulator node ID.
Inheritance: Brunet.Transport.TAAuthorizer
Show file Open project: pstjuste/brunet

Protected Properties

Property Type Description
_denied_id int

Public Methods

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

Method Details

Authorize() public method

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

IDTAAuthorizer() public method

public IDTAAuthorizer ( int id ) : Brunet.Transport
id int
return Brunet.Transport

Property Details

_denied_id protected property

protected int _denied_id
return int