C# Class Brunet.Transport.PortTAAuthorizer

Inheritance: TAAuthorizer
Show file Open project: johnynek/brunet

Protected Properties

Property Type Description
_denied_port int

Public Methods

Method Description
Authorize ( TransportAddress a ) : TAAuthorizer.Decision
PortTAAuthorizer ( int port ) : System

Method Details

Authorize() public method

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

PortTAAuthorizer() public method

public PortTAAuthorizer ( int port ) : System
port int
return System

Property Details

_denied_port protected property

protected int _denied_port
return int