Sends a file to the remote end.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Sub Send ( _ source As Stream, _ fileName As String _ ) |
C# |
---|
public void Send( Stream source, string fileName ) |
Parameters
- source
- Type: System.IO..::..Stream
Stream to read data from.
- fileName
- Type: System..::..String
Name of the file.