[This is preliminary documentation and is subject to change.]
Checks whether the specified traffic is allowed or denied.
Returns the rule that determined the allow/deny outcome or null when no rule matched
Namespace: NFX.IO.Net.GateAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
GateAction CheckTraffic(
ITraffic traffic,
out Rule rule
)
GateAction CheckTraffic(
ITraffic traffic,
out Rule rule
)
Function CheckTraffic (
traffic As ITraffic,
<OutAttribute> ByRef rule As Rule
) As GateAction
Function CheckTraffic (
traffic As ITraffic,
<OutAttribute> ByRef rule As Rule
) As GateAction
GateAction CheckTraffic(
ITraffic^ traffic,
[OutAttribute] Rule^% rule
)
GateAction CheckTraffic(
ITraffic^ traffic,
[OutAttribute] Rule^% rule
)
abstract CheckTraffic :
traffic : ITraffic *
rule : Rule byref -> GateAction
abstract CheckTraffic :
traffic : ITraffic *
rule : Rule byref -> GateAction
Return Value
Type:
GateAction