Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
MAPIInspector
Parsers
Command
C# Class MAPIInspector.Parsers.Command
Represents a command in GLOBSET.
Inheritance:
MAPIInspector.Parsers.BaseStructure
Mostrar archivo
Open project: OfficeDev/Office-Inspectors-for-Fiddler
Public Methods
Method
Description
Parse
(
FastTransferStream
stream
) :
void
Parse from a FastTransferStream
Method Details
Parse()
public
method
Parse from a FastTransferStream
public
Parse
(
FastTransferStream
stream
) :
void
stream
FastTransferStream
A FastTransferStream
return
void