Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Server
Diagnostics
BasePacketProfile
C# Class Server.Diagnostics.BasePacketProfile
Inheritance:
BaseProfile
Mostrar archivo
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