C# Class Server.Diagnostics.BasePacketProfile

Inheritance: BaseProfile
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
Finish ( int length ) : void
WriteTo ( TextWriter op ) : void

Méthodes protégées

Méthode Description
BasePacketProfile ( string name ) : System

Method Details

BasePacketProfile() protected méthode

protected BasePacketProfile ( string name ) : System
name string
Résultat System

Finish() public méthode

public Finish ( int length ) : void
length int
Résultat void

WriteTo() public méthode

public WriteTo ( TextWriter op ) : void
op System.IO.TextWriter
Résultat void