Back to product page

AutoStart property


Determines if the channel will auto start upon connection.

Type

A Boolean value

Syntax

  • Basic
object.AutoStart [= value]  
The AutoStart(object,value) syntax has these parts:
objectAn expression evaluating to an object of type Channel.
valueA Boolean value.

Remarks

If AutoStart is set to True, you don't need to explicitly call the Start method on the channel to make it start listening and accepting connections, wodSSHTunnel will do this for you.

Platforms

Windows