C# Class FSSHTTPandWOPIInspector.Parsers.CellIDArray

2.2.1.11 Cell ID Array
Inheritance: BaseStructure
Exibir arquivo Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
Content FSSHTTPandWOPIInspector.Parsers.CellID[]
Count CompactUnsigned64bitInteger

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the CellIDArray structure.

Method Details

Parse() public method

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

Property Details

Content public_oe property

public CellID[],FSSHTTPandWOPIInspector.Parsers Content
return FSSHTTPandWOPIInspector.Parsers.CellID[]

Count public_oe property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers Count
return CompactUnsigned64bitInteger