C# Class Miracle.FileZilla.Api.SpeedLimit

Object representing a download or upload speed limit
Inheritance: IBinarySerializable
Afficher le fichier Open project: PolarbearDK/Miracle.FileZilla.Api Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( BinaryReader reader, int protocolVersion, int index ) : void

Deserialise FileZilla binary data into object

Serialize ( BinaryWriter writer, int protocolVersion, int index ) : void

Serialise object into FileZilla binary data

SpeedLimit ( ) : System.Collections.Generic

Default constructor (sets defaults as in FileZilla server interface)

SpeedLimit ( bool isGroup ) : System.Collections.Generic

Default constructor (sets defaults as in FileZilla server interface)

Method Details

Deserialize() public méthode

Deserialise FileZilla binary data into object
public Deserialize ( BinaryReader reader, int protocolVersion, int index ) : void
reader System.IO.BinaryReader Binary reader to read data from
protocolVersion int Current FileZilla protocol version
index int The 0 based index of this item in relation to any parent list
Résultat void

Serialize() public méthode

Serialise object into FileZilla binary data
public Serialize ( BinaryWriter writer, int protocolVersion, int index ) : void
writer System.IO.BinaryWriter Binary writer to write data to
protocolVersion int Current FileZilla protocol version
index int The 0 based index of this item in relation to any parent list
Résultat void

SpeedLimit() public méthode

Default constructor (sets defaults as in FileZilla server interface)
public SpeedLimit ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SpeedLimit() public méthode

Default constructor (sets defaults as in FileZilla server interface)
public SpeedLimit ( bool isGroup ) : System.Collections.Generic
isGroup bool True if owning object is a group (different defaults)
Résultat System.Collections.Generic