C# Class Examples.ExamplesFileTransfer.WPF.SendInfo

Afficher le fichier Open project: MarcFletcher/NetworkComms.Net Class Usage Examples

Private Properties

Свойство Type Description
SendInfo System

Méthodes publiques

Méthode Description
SendInfo ( string filename, long totalBytes, long bytesStart, long packetSequenceNumber ) : System

Create a new instance of SendInfo

Private Methods

Méthode Description
SendInfo ( ) : System

Private constructor required for deserialisation

Method Details

SendInfo() public méthode

Create a new instance of SendInfo
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
Résultat System