C# Class FSSHTTPandWOPIInspector.Parsers.BinaryItem

2.2.1.3 Binary Item
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
Content byte[]
Length 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 byte[] Content
return byte[]

Length public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers Length
return CompactUnsigned64bitInteger