| FileTransfer Class |
Namespace: TeamSpeak.Sdk.Client
The FileTransfer type exposes the following members.
| Name | Description | |
|---|---|---|
| FileTransfer |
Creates a new FileTransfer-Object
|
| Name | Description | |
|---|---|---|
| AverageSpeed |
the average speed of the specified transfer
| |
| Connection |
Server Connection
| |
| CurrentSpeed |
the current speed of the transfer
| |
| ID |
ID of the client
| |
| Mode |
specifies if the transfer an upload or a download.
| |
| Name |
the file name
| |
| Path |
the file path
| |
| RemotePath |
the remote path on the server
| |
| RunTime |
the time the transfer has used
| |
| Size |
the file size
| |
| SizeDone |
the currently transferred file size
| |
| SpeedLimit |
To get the speed limit for the transfer in bytes/s:
| |
| Status |
the status of the specified transfer
|
| Name | Description | |
|---|---|---|
| Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ObjectEquals(Object).) | |
| Equals(FileTransfer) |
Indicates whether this instance and a another instance are equal.
| |
| Finalize | (Inherited from Object.) | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| Halt |
Abort the transfer
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Equality |
Compares two FileTransfer for equality.
| |
| Inequality |
Compares two FileTransfer for inequality.
|