Click or drag to resize
FileTransfer Class
An ongoing file transfer
Inheritance Hierarchy
SystemObject
  TeamSpeak.Sdk.ClientFileTransfer

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public class FileTransfer : IEquatable<FileTransfer>

The FileTransfer type exposes the following members.

Constructors
  NameDescription
Public methodFileTransfer
Creates a new FileTransfer-Object
Top
Properties
  NameDescription
Public propertyAverageSpeed
the average speed of the specified transfer
Public propertyConnection
Server Connection
Public propertyCurrentSpeed
the current speed of the transfer
Public propertyID
ID of the client
Public propertyMode
specifies if the transfer an upload or a download.
Public propertyName
the file name
Public propertyPath
the file path
Public propertyRemotePath
the remote path on the server
Public propertyRunTime
the time the transfer has used
Public propertySize
the file size
Public propertySizeDone
the currently transferred file size
Public propertySpeedLimit
To get the speed limit for the transfer in bytes/s:
Public propertyStatus
the status of the specified transfer
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ObjectEquals(Object).)
Public methodEquals(FileTransfer)
Indicates whether this instance and a another instance are equal.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodHalt
Abort the transfer
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two FileTransfer for equality.
Public operatorStatic memberInequality
Compares two FileTransfer for inequality.
Top
See Also