C# Class FSSHTTPandWOPIInspector.Parsers.FileChunkReference

2.2.1.2 File Chunk Reference
Inheritance: BaseStructure
Datei anzeigen Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
Length CompactUnsigned64bitInteger
Start CompactUnsigned64bitInteger

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the FileChunkReference structure.

Method Details

Parse() public method

Parse the FileChunkReference structure.
public Parse ( Stream s ) : void
s Stream An stream containing FileChunkReference structure.
return void

Property Details

Length public_oe property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers Length
return CompactUnsigned64bitInteger

Start public_oe property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers Start
return CompactUnsigned64bitInteger