C# Class SteamKit2.NetMsgEventArgs

Represents data that has been received over the network.
Inheritance: System.EventArgs
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
NetMsgEventArgs ( byte data, IPEndPoint endPoint ) : System

Method Details

NetMsgEventArgs() public méthode

public NetMsgEventArgs ( byte data, IPEndPoint endPoint ) : System
data byte
endPoint System.Net.IPEndPoint
Résultat System