C# Class FSSHTTPandWOPIInspector.Parsers.FsshttpbSubResponse

2.2.3.1 Sub-Responses
Inheritance: BaseStructure
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
RequestID CompactUnsigned64bitInteger
RequestType CompactUnsigned64bitInteger
ResponseError ResponseError
SubResponseData object
SubResponseEnd bit16StreamObjectHeaderEnd
SubResponseStart bit32StreamObjectHeaderStart

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the FsshttpbSubResponse structure.

Method Details

Parse() public méthode

Parse the FsshttpbSubResponse structure.
public Parse ( Stream s ) : void
s Stream An stream containing FsshttpbSubResponse structure.
Résultat void

Property Details

RequestID public_oe property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers RequestID
Résultat CompactUnsigned64bitInteger

RequestType public_oe property

public CompactUnsigned64bitInteger,FSSHTTPandWOPIInspector.Parsers RequestType
Résultat CompactUnsigned64bitInteger

ResponseError public_oe property

public ResponseError,FSSHTTPandWOPIInspector.Parsers ResponseError
Résultat ResponseError

SubResponseData public_oe property

public object SubResponseData
Résultat object

SubResponseEnd public_oe property

public bit16StreamObjectHeaderEnd,FSSHTTPandWOPIInspector.Parsers SubResponseEnd
Résultat bit16StreamObjectHeaderEnd

SubResponseStart public_oe property

public bit32StreamObjectHeaderStart,FSSHTTPandWOPIInspector.Parsers SubResponseStart
Résultat bit32StreamObjectHeaderStart