C# Class FSSHTTPandWOPIInspector.Parsers.PutChangesResponse

2.2.3.1.3 Put Changes
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
AppliedStorageIndexId ExtendedGUID
DataElementsAdded ExtendedGUIDArray
DiagnosticRequestOptionOutput DiagnosticRequesOptionOutput
ResultantKnowledge Knowledge
putChangesResponse bit32StreamObjectHeaderStart

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the PutChangesResponse structure.

Method Details

Parse() public method

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

Property Details

AppliedStorageIndexId public property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers AppliedStorageIndexId
return ExtendedGUID

DataElementsAdded public property

public ExtendedGUIDArray,FSSHTTPandWOPIInspector.Parsers DataElementsAdded
return ExtendedGUIDArray

DiagnosticRequestOptionOutput public property

public DiagnosticRequesOptionOutput,FSSHTTPandWOPIInspector.Parsers DiagnosticRequestOptionOutput
return DiagnosticRequesOptionOutput

ResultantKnowledge public property

public Knowledge,FSSHTTPandWOPIInspector.Parsers ResultantKnowledge
return Knowledge

putChangesResponse public property

public bit32StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers putChangesResponse
return bit32StreamObjectHeaderStart