Programming with Reflection

image\rwnprg32.gif TelnetLocation property

 

Syntax

object.TelnetLocation
object.TelnetLocation = Value

Data type

String

 

Description

Returns (first syntax line) or specifies (second syntax line) a string identifying to the host where the connection originated. This property can also be used to provide informational messages to the host from the PC. Usage conventions vary by site.

This property causes an error when Reflection is connected to a host. Use the Connected property to determine if a connection already exists.

This property is only relevant for sessions using Telnet or Telnet Extended transport.

Values

The default is "".

This string can be up to 220 characters long.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property