Channels Property
      
 

Description

Holds the collection of all created channels.

Property type

A VPNChannels object.  

Syntax

object.Channels

The Channels Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type wodVPN.

Remarks

The Channels property will give you access to a list of channels that have been created for port forwarding. It doesn't matter if channel is already started or not, it will be on the list.

You can access each channel through Channels.Item property.