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?
Record method
Start recording current session.
Type
VoidSyntax
- C#
- VB.NET
public Void Record(String Filename);
The Record(Filename) syntax has these parts:
The Record(Filename) syntax has these parts:
Filename | Full path to a file where session data will be saved. |
public Sub Record(ByVal Filename As String)
The Record(Filename) syntax has these parts:
The Record(Filename) syntax has these parts:
Filename | Full path to a file where session data will be saved. |
Remarks
Record method will start recording of all data that is sent and received in current session, or until Record method is called again with Filename set to "". Until that time, file specified in Filename argument will be locked and will be updated with contents of sent and received data.This data can reconstruct your session simply by calling Play method.