IAccessFilterAllow Method |
Returns true if access from the address passed across should be allowed.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool Allow(
IPAddress address
)
Function Allow (
address As IPAddress
) As Boolean
bool Allow(
IPAddress^ address
)
abstract Allow :
address : IPAddress -> bool
Parameters
- address
- Type: System.NetIPAddress
Return Value
Type:
BooleanSee Also