Description
-
Determines if the channel will auto start upon
connection.
Property type
-
A Boolean value.
Syntax
-
object.AutoStart [= value]
The AutoStart Property syntax has these parts:
| object |
An expression
evaluating to an object of type Channel. |
| value |
A 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.
|