C# Class SteamKit2.Internal.MsgGSDeny

Inheritance: ISteamSerializableMessage
Mostrar archivo Open project: Top-Cat/SteamBot

Public Methods

Method Description
Deserialize ( Stream stream ) : void
GetEMsg ( ) : EMsg
MsgGSDeny ( ) : 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

MsgGSDeny() public method

public MsgGSDeny ( ) : System
return System

Serialize() public method

public Serialize ( Stream stream ) : void
stream Stream
return void