C# Class Brunet.Transport.TATypeAuthorizer

Inheritance: TAAuthorizer
Show file Open project: johnynek/brunet

Protected Properties

Property Type Description
_match_table bool>.Dictionary
_on_match TAAuthorizer.Decision
_on_mismatch TAAuthorizer.Decision

Public Methods

Method Description
Authorize ( TransportAddress a ) : TAAuthorizer.Decision
TATypeAuthorizer ( TransportAddress list, TAAuthorizer on_match, TAAuthorizer on_mismatch ) : System

Method Details

Authorize() public method

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

TATypeAuthorizer() public method

public TATypeAuthorizer ( TransportAddress list, TAAuthorizer on_match, TAAuthorizer on_mismatch ) : System
list TransportAddress
on_match TAAuthorizer
on_mismatch TAAuthorizer
return System

Property Details

_match_table protected property

protected Dictionary _match_table
return bool>.Dictionary

_on_match protected property

protected TAAuthorizer.Decision _on_match
return TAAuthorizer.Decision

_on_mismatch protected property

protected TAAuthorizer.Decision _on_mismatch
return TAAuthorizer.Decision