C# Class FSSHTTPandWOPIInspector.Parsers.SpecializedKnowledge

2.2.1.13.1 Specialized Knowledge
Inheritance: BaseStructure
Exibir arquivo Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
GUID System.Guid
SpecializedKnowledgeData object
SpecializedKnowledgeEnd bit16StreamObjectHeaderEnd
SpecializedKnowledgeStart bit32StreamObjectHeaderStart

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the SpecializedKnowledge structure.

Method Details

Parse() public method

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

Property Details

GUID public_oe property

public Guid,System GUID
return System.Guid

SpecializedKnowledgeData public_oe property

public object SpecializedKnowledgeData
return object

SpecializedKnowledgeEnd public_oe property

public bit16StreamObjectHeaderEnd,FSSHTTPandWOPIInspector.Parsers SpecializedKnowledgeEnd
return bit16StreamObjectHeaderEnd

SpecializedKnowledgeStart public_oe property

public bit32StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers SpecializedKnowledgeStart
return bit32StreamObjectHeaderStart