C# Class SocketLibrary.Packets.PacketProcessor.PacketSenderPair

Mostrar archivo Open project: Wotuu/RTS_XNA_v2

Public Properties

Property Type Description
client SocketClient
packet Packet

Public Methods

Method Description
PacketSenderPair ( Packet packet, SocketClient client ) : System

Method Details

PacketSenderPair() public method

public PacketSenderPair ( Packet packet, SocketClient client ) : System
packet Packet
client SocketClient
return System

Property Details

client public_oe property

public SocketClient client
return SocketClient

packet public_oe property

public Packet,SocketLibrary.Packets packet
return Packet