Saves the incoming file to the specified stream.

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

Syntax

Visual Basic
Public Sub Receive ( _
	target As Stream _
)
C#
public void Receive(
	Stream target
)

Parameters

target
Type: System.IO..::..Stream
Stream where to save the incoming file.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also