VPNChannel Object
    
 
Description

Holds details for each forwarding channel, that can be used by users.

Object Model


Remarks

VPNChannel object defines one predefined 'forwarder' where users can connect, and their data is forwarded through that channel to remote side. Channel can accept more than one user, and will not be closed after user closes the connection.

Members

Properties
ActivatedRead-only propertyDetermines if channel is active.
BytesDownloadRead-write propertyReturns total number of bytes download by all users.
BytesUploadRead-write propertyReturns total number of bytes uploaded by all users.
IndexRead-only propertyHolds relative index of the channel.
LocalAddressRead-only property

Holds address accessible from local wodVPN instance.

LocalPortRead-only propertyHolds destination port accessible from local wodVPN instance.
NameRead-write propertyHolds name of the channel.
RemoteAddressRead-only property

Holds address accessible from remote wodVPN peer.

RemotePortRead-only propertyHolds destination port accessible from remote wodVPN peer.
TagRead-write propertyTag for misc usage.
TypeRead-only propertyHolds the channel type.
UsersRead-only propertyReturns reference to users currently using this channel.
WindowSizeRead-write property

Determines how large is "sliding window" for the channel.