Back to Server.Network

PacketProfile

(static) PacketProfile[] IncomingProfiles( get; )
(static) PacketProfile[] OutgoingProfiles( get; )
(static) PacketProfile GetIncomingProfile( int packetID )
(static) PacketProfile GetOutgoingProfile( int packetID )
(ctor) PacketProfile( bool outgoing )
double AverageByteLength( get; )
TimeSpan AverageProcTime( get; )
int Constructed( get; )
int Count( get; )
bool Outgoing( get; )
TimeSpan PeakProcTime( get; )
int TotalByteLength( get; )
TimeSpan TotalProcTime( get; )
void Record( int byteLength, TimeSpan processTime )
void RegConstruct()