Property | Type | Description | |
---|---|---|---|
SendInfo | System |
Method | Description | |
---|---|---|
SendInfo ( string filename, long totalBytes, long bytesStart, long packetSequenceNumber ) : System |
Create a new instance of SendInfo
|
Method | Description | |
---|---|---|
SendInfo ( ) : System |
Private constructor required for deserialisation
|
public SendInfo ( string filename, long totalBytes, long bytesStart, long packetSequenceNumber ) : System | ||
filename | string | Filename corresponding to data |
totalBytes | long | Total bytes of the whole ReceivedFile |
bytesStart | long | The starting point for the associated data |
packetSequenceNumber | long | Packet sequence number corresponding to the associated data |
return | System |