Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encryption
- EncryptionList
- ExitSignal
- ExitStatus
- FingerPrintType
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyFowarding
- Login
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StripANSI
- Subsystem
- TerminalType
- Timeout
- Version
- Events
- How to get support?
Play method
Play previously recorded session.
Type
VoidSyntax
- C#
- VB.NET
public Void Play(String Filename);
The Play(Filename) syntax has these parts:
The Play(Filename) syntax has these parts:
Filename | Full path to a file where session data was stored. |
public Sub Play(ByVal Filename As String)
The Play(Filename) syntax has these parts:
The Play(Filename) syntax has these parts:
Filename | Full path to a file where session data was stored. |