Saves the incoming file to the specified path.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Sub Receive ( _
	path As String _
)
C#
public void Receive(
	string path
)

Parameters

path
Type: System..::..String
Path where to save the incoming file.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also