C# Class FSSHTTPandWOPIInspector.Parsers.StringItem

Section 2.2.1.4 String Item
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
Content string
Count CompactUnsigned64bitInteger

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the StringItem structure.

Method Details

Parse() public method

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

Property Details

Content public property

public string Content
return string

Count public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers Count
return CompactUnsigned64bitInteger