Property | Type | Description | |
---|---|---|---|
_bit_c | int | ||
_nw_bytes | byte[] | ||
_result_on_match | TAAuthorizer.Decision | ||
_result_on_mismatch | TAAuthorizer.Decision |
Method | Description | |
---|---|---|
Authorize ( |
||
NetmaskTAAuthorizer ( |
Method | Description | |
---|---|---|
FirstBitsMatch ( byte a, byte b, int count ) : bool |
public Authorize ( |
||
a | ||
return | TAAuthorizer.Decision |
protected FirstBitsMatch ( byte a, byte b, int count ) : bool | ||
a | byte | |
b | byte | |
count | int | |
return | bool |
public NetmaskTAAuthorizer ( |
||
nw | ||
bit_c | int | |
on_match | ||
on_mismatch | ||
return | System |
protected TAAuthorizer.Decision _result_on_match | ||
return | TAAuthorizer.Decision |