FileSender Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)
Provides functionality for sending files using terminal.
Syntax
public class FileSender : IDisposable
Implements
Inherited Members
Properties
Name | Description |
---|---|
Is |
Gets a value indicating whether the File |
Methods
Name | Description |
---|---|
Close() | Aborts currently processing file (if any) and closes the File |
Finish() | Finishes the file transfer (informs receiver process to finish). |
Send(Stream, String) | Sends a file to the remote end. |
Send(Stream, String, Nullable<Int64>, Nullable<DateTime>) | Sends a file to the remote end. |
Send(String) | Sends a file to the remote end. |
Explicit Interface Implementations
Name | Description |
---|---|
IDisposable. |
Releases all resources used by the current File |