InfoConnect for Unisys
TelnetLocation Property (IConnectionSettingsTelnet)


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
string TelnetLocation {get; set;}

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