C# Class SOE.Core.SOEPendingPacket

Show file Open project: Joshsora/LibSOE

Public Properties

Property Type Description
Client SOEClient
Packet byte[]

Public Methods

Method Description
SOEPendingPacket ( SOEClient sender, byte packet ) : System

Method Details

SOEPendingPacket() public method

public SOEPendingPacket ( SOEClient sender, byte packet ) : System
sender SOEClient
packet byte
return System

Property Details

Client public property

public SOEClient,SOE.Core Client
return SOEClient

Packet public property

public byte[] Packet
return byte[]