C# Class FSSHTTPandWOPIInspector.Parsers.PutChangesRequest

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

Public Properties

Property Type Description
ClientKnowledge Knowledge
DiagnosticRequestOptionInput DiagnosticRequestOptionInput
ExpectedStorageIndexExtendedGUID ExtendedGUID
LockId LockId
StorageIndexExtendedGUID ExtendedGUID
putChangesRequest bit32StreamObjectHeaderStart

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the PutChangesRequest structure.

Method Details

Parse() public method

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

Property Details

ClientKnowledge public property

public Knowledge,FSSHTTPandWOPIInspector.Parsers ClientKnowledge
return Knowledge

DiagnosticRequestOptionInput public property

public DiagnosticRequestOptionInput,FSSHTTPandWOPIInspector.Parsers DiagnosticRequestOptionInput
return DiagnosticRequestOptionInput

ExpectedStorageIndexExtendedGUID public property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers ExpectedStorageIndexExtendedGUID
return ExtendedGUID

LockId public property

public LockId,FSSHTTPandWOPIInspector.Parsers LockId
return LockId

StorageIndexExtendedGUID public property

public ExtendedGUID,FSSHTTPandWOPIInspector.Parsers StorageIndexExtendedGUID
return ExtendedGUID

putChangesRequest public property

public bit32StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers putChangesRequest
return bit32StreamObjectHeaderStart