FileSender Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Provides functionality for sending files using terminal.
Syntax
public class FileSender : IDisposable
Implements
Inherited Members
Properties
Name | Description |
---|---|
IsFinished | Gets a value indicating whether the FileSender has finished working. |
Methods
Name | Description |
---|---|
Close() | Aborts currently processing file (if any) and closes the FileSender, so other terminal operations can be performed. |
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.Dispose() | Releases all resources used by the current FileSender. |