C# Class Server.Diagnostics.BasePacketProfile

Inheritance: BaseProfile
Mostra file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Finish ( int length ) : void
WriteTo ( TextWriter op ) : void

Protected Methods

Method Description
BasePacketProfile ( string name ) : System

Method Details

BasePacketProfile() protected method

protected BasePacketProfile ( string name ) : System
name string
return System

Finish() public method

public Finish ( int length ) : void
length int
return void

WriteTo() public method

public WriteTo ( TextWriter op ) : void
op System.IO.TextWriter
return void