C# Class FSSHTTPandWOPIInspector.Parsers.CellID

2.2.1.10 Cell ID
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
EXGUID1 ExtendedGUID
EXGUID2 ExtendedGUID

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the CellID structure.

Method Details

Parse() public method

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

Property Details

EXGUID1 public property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers EXGUID1
return ExtendedGUID

EXGUID2 public property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers EXGUID2
return ExtendedGUID