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.