HandleDataClient Class |
Namespace: CSharpGrid.TCPClient
The HandleDataClient type exposes the following members.
| Name | Description | |
|---|---|---|
| HandleDataClient | Initializes a new instance of the HandleDataClient class |
| Name | Description | |
|---|---|---|
| IsActive |
Is Active Property
(Inherited from HandleClient.) | |
| IsConnected |
Is Connected Property
(Inherited from HandleClient.) |
| Name | Description | |
|---|---|---|
| CloseConnection |
Close Connection
(Inherited from HandleClient.) | |
| Connect |
Connect to Server
(Inherited from HandleClient.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetSessionId |
Request Session ID
(Inherited from HandleClient.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| KeepAlive |
Verify if connection is alive
(Inherited from HandleClient.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| processCommand |
Process Commands
(Overrides HandleClientprocessCommand(String).) | |
| receivedFile |
File Received
(Overrides HandleClientreceivedFile(String, String).) | |
| RequestChecksumFile |
Send Request File Checksum MD5 Command
| |
| RequestFile |
Send Request File Command
| |
| RequestSizeFile |
Send Request File Size Command
| |
| SendFile |
Send File
(Inherited from HandleClient.) | |
| SendHello |
Send Hello Command
(Inherited from HandleClient.) | |
| SendMsg |
Send String
(Inherited from HandleClient.) | |
| sentFile |
File Sent - Not Implemented on Command Client
(Overrides HandleClientsentFile(String).) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| HandleDataClientEvent |
Data Client Command Event Handler
|
| Name | Description | |
|---|---|---|
| currentReceivedSize |
Transmission File Buffer Size
(Inherited from HandleClient.) | |
| fileMD5 |
Transmission File MD5
(Inherited from HandleClient.) | |
| filename |
Transmission Filename
(Inherited from HandleClient.) | |
| filesize |
Tranmission File Size
(Inherited from HandleClient.) | |
| fout |
Transmission FileStream
(Inherited from HandleClient.) | |
| sendingFile |
Transmission File Controler
(Inherited from HandleClient.) |