Programming with Reflection
TransportType property
Syntax |
object.TransportType |
Data type |
Returns the network transport Reflection is to use for host communications. This property is read-only.
To change your transport type:
1 Close your current connection (use the Disconnect method if necessary).
2 Use the SetupSession method to define a new session. (This will set the TransportType, SessionType, and TerminalModel properties.)
This property is read-only. The default is rcTelnet.
Refer to the TransportType argument of the SetupSession method for a list of possible values.
Use TransportName to return a string identifying the current transport type.