Back to product page

Record method


Start recording current session.

Type

Void

Syntax

  • C#
  • VB.NET
public Void Record(String Filename);
The Record(Filename) syntax has these parts:
FilenameFull path to a file where session data will be saved.

public Sub Record(ByVal Filename As String)
The Record(Filename) syntax has these parts:
FilenameFull 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.

Platforms

Windows