Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / TelnetLocation Property


In This Topic
TelnetLocation Property (IConnectionSettingsTelnet)
In This Topic
The TELNET SEND-LOCATION option (specified in RFC 779) is supported.
Syntax
'Declaration
 
Property TelnetLocation As String
 
'Usage
 
Dim instance As IConnectionSettingsTelnet
Dim value As String
 
instance.TelnetLocation = value
 
value = instance.TelnetLocation

Property Value

By default, this value is not assigned. It appears among the keywords listed by the ConnectionSettings property only if you have assigned it a value.

This value cannot be changed if the connection is open.

Remarks
TelnetLocation sends the user's location, or other information, to a Telnet host.
See Also