Method | Description | |
---|---|---|
Deserialize ( |
Deserialise FileZilla binary data into object
|
|
Serialize ( |
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)
|
public Deserialize ( |
||
reader | 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 |
return | void |
public Serialize ( |
||
writer | 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 |
return | void |
public SpeedLimit ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public SpeedLimit ( bool isGroup ) : System.Collections.Generic | ||
isGroup | bool | True if owning object is a group (different defaults) |
return | System.Collections.Generic |