Initiates sending 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 StartSender As FileSender
C#
public FileSender StartSender()

Return Value

FileSender object, which can be used to send files.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also