Drop.OutgoingFileRequest – drop-1.0 Reference Manual
Packages
drop-1.0
Drop
OutgoingFileRequest
accepted
filename
id
name
size
OutgoingFileRequest
Object Hierarchy:
Description:
public
struct
OutgoingFileRequest
Represents a file request of an outgoing transmission.
Namespace:
Drop
Package:
drop-1.0
Content:
Fields:
public
uint16
id
The id of the file.
public
uint64
size
The file size.
public
string
name
The name of the file.
public
string
filename
The filename of the file on the current system.
public
bool
accepted
If true, the file has been accepted by the server.