C# Class SteamKit2.NetMsgEventArgs

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

Public Methods

Method Description
NetMsgEventArgs ( byte data, IPEndPoint endPoint ) : System

Method Details

NetMsgEventArgs() public method

public NetMsgEventArgs ( byte data, IPEndPoint endPoint ) : System
data byte
endPoint System.Net.IPEndPoint
return System