C# Класс Examples.ExamplesFileTransfer.WPF.SendInfo

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
SendInfo System

Открытые методы

Метод Описание
SendInfo ( string filename, long totalBytes, long bytesStart, long packetSequenceNumber ) : System

Create a new instance of SendInfo

Приватные методы

Метод Описание
SendInfo ( ) : System

Private constructor required for deserialisation

Описание методов

SendInfo() публичный Метод

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
Результат System