COM object methods



CreateRoot as TrafficFilter

Connect and query remote or local object TrafficFilter.

CreateLocalRule as Rule

Creates local instance of Rule object. Can be used for quick set needed rule properties and set these properties via Rule.AsBinary property.

Like:

LocalRule.AsBinary = RemoteRule.AsBinary

'Set all needed properties here

RemoteRule.AsBinary = LocalRule.AsBinary

Disconnect

Disconnects RPC engine.