C# Class FSSHTTPandWOPIInspector.Parsers.ObjectDataBLOBReference

2.2.1.12.6.5 Object Data BLOB Reference
Inheritance: BaseStructure
Datei anzeigen Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
BLOBExtendedGUID ExtendedGUID
CellIDArray CellIDArray
ObjectExtendedGUIDArray ExtendedGUIDArray
ObjectGroupObjectDataBLOBReference StreamObjectHeader

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the ObjectDataBLOBReference structure.

Method Details

Parse() public method

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

Property Details

BLOBExtendedGUID public_oe property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers BLOBExtendedGUID
return ExtendedGUID

CellIDArray public_oe property

public CellIDArray,FSSHTTPandWOPIInspector.Parsers CellIDArray
return CellIDArray

ObjectExtendedGUIDArray public_oe property

public ExtendedGUIDArray,FSSHTTPandWOPIInspector.Parsers ObjectExtendedGUIDArray
return ExtendedGUIDArray

ObjectGroupObjectDataBLOBReference public_oe property

public StreamObjectHeader,FSSHTTPandWOPIInspector.Parsers ObjectGroupObjectDataBLOBReference
return StreamObjectHeader