Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
SteamKit2
Internal
MsgHdr
C# Class SteamKit2.Internal.MsgHdr
Inheritance:
ISteamSerializableHeader
Afficher le fichier
Open project: Top-Cat/SteamBot
Class Usage Examples
Méthodes publiques
Méthode
Description
Deserialize
(
Stream
stream
) :
void
MsgHdr
( ) :
System
Serialize
(
Stream
stream
) :
void
SetEMsg
(
EMsg
msg
) :
void
Method Details
Deserialize()
public
méthode
public
Deserialize
(
Stream
stream
) :
void
stream
Stream
Résultat
void
MsgHdr()
public
méthode
public
MsgHdr
( ) :
System
Résultat
System
Serialize()
public
méthode
public
Serialize
(
Stream
stream
) :
void
stream
Stream
Résultat
void
SetEMsg()
public
méthode
public
SetEMsg
(
EMsg
msg
) :
void
msg
EMsg
Résultat
void