Back to product page

Name property


Holds the name of the channel.

Type

A String value

Syntax

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

Remarks

You don't have to populate this property but if you do, you will be able to reference the channel within the collection of channels using this value.

Also, when wodSSHTunnel sends new requests to the server about a specific channel, it will send this name as well. If you populate this property it may be is easier to debug any problems between wodSSHTunnel and the server, because the server's logs may contain this information.

Platforms

Windows