C# Class FSSHTTPandWOPIInspector.Parsers.FsshttpbSubResponse

2.2.3.1 Sub-Responses
Inheritance: BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
RequestID CompactUnsigned64bitInteger
RequestType CompactUnsigned64bitInteger
ResponseError ResponseError
SubResponseData object
SubResponseEnd bit16StreamObjectHeaderEnd
SubResponseStart bit32StreamObjectHeaderStart

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the FsshttpbSubResponse structure.

Method Details

Parse() public method

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

Property Details

RequestID public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers RequestID
return CompactUnsigned64bitInteger

RequestType public property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers RequestType
return CompactUnsigned64bitInteger

ResponseError public property

public ResponseError,FSSHTTPandWOPIInspector.Parsers ResponseError
return ResponseError

SubResponseData public property

public object SubResponseData
return object

SubResponseEnd public property

public bit16StreamObjectHeaderEnd,FSSHTTPandWOPIInspector.Parsers SubResponseEnd
return bit16StreamObjectHeaderEnd

SubResponseStart public property

public bit32StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers SubResponseStart
return bit32StreamObjectHeaderStart