Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SteamKit2
Internal
MsgClientChatMsg
C# Class SteamKit2.Internal.MsgClientChatMsg
Inheritance:
ISteamSerializableMessage
Exibir arquivo
Open project: Top-Cat/SteamBot
Class Usage Examples
Public Methods
Method
Description
Deserialize
(
Stream
stream
) :
void
GetEMsg
( ) :
EMsg
MsgClientChatMsg
( ) :
System
Serialize
(
Stream
stream
) :
void
Method Details
Deserialize()
public
method
public
Deserialize
(
Stream
stream
) :
void
stream
Stream
return
void
GetEMsg()
public
method
public
GetEMsg
( ) :
EMsg
return
EMsg
MsgClientChatMsg()
public
method
public
MsgClientChatMsg
( ) :
System
return
System
Serialize()
public
method
public
Serialize
(
Stream
stream
) :
void
stream
Stream
return
void