C# Class Glyma.LargeFileUpload.ReceivedPackage

Mostra file Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsCorrupted ( ) : bool
ReceivedPackage ( int hashLength, byte receivedData ) : System

Method Details

IsCorrupted() public method

public IsCorrupted ( ) : bool
return bool

ReceivedPackage() public method

public ReceivedPackage ( int hashLength, byte receivedData ) : System
hashLength int
receivedData byte
return System