Initiates receiving of files using specified protocol. From that moment, all data received from the remote end are interpreted by the protocol, so they are not printed on the terminal.

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

Syntax

Visual Basic
Public Function StartReceiver As FileReceiver
C#
public FileReceiver StartReceiver()

Return Value

FileReceiver object, which can be used to receive files.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also