C# 클래스 Examples.ExamplesFileTransfer.WPF.SendInfo

파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net 1 사용 예제들

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