C# Class Examples.ExamplesFileTransfer.WPF.SendInfo

Show file Open project: MarcFletcher/NetworkComms.Net Class Usage Examples

Private Properties

Property Type Description
SendInfo System

Public Methods

Method Description
SendInfo ( string filename, long totalBytes, long bytesStart, long packetSequenceNumber ) : System

Create a new instance of SendInfo

Private Methods

Method Description
SendInfo ( ) : System

Private constructor required for deserialisation

Method Details

SendInfo() public method

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
return System