C# Class SMProxy.Log

Afficher le fichier Open project: SirCmpwn/SMProxy

Private Properties

Свойство Type Description
FormatPacketName string

Méthodes publiques

Méthode Description
AddSpaces ( string value ) : string
DumpArray ( byte array ) : string
DumpArrayPretty ( byte array ) : string
Log ( StreamWriter stream, SMProxy.ProxySettings settings ) : System
LogPacket ( IPacket packet, bool clientToServer ) : void
Write ( string p ) : void

Private Methods

Méthode Description
FormatPacketName ( string name ) : string

Method Details

AddSpaces() public static méthode

public static AddSpaces ( string value ) : string
value string
Résultat string

DumpArray() public static méthode

public static DumpArray ( byte array ) : string
array byte
Résultat string

DumpArrayPretty() public static méthode

public static DumpArrayPretty ( byte array ) : string
array byte
Résultat string

Log() public méthode

public Log ( StreamWriter stream, SMProxy.ProxySettings settings ) : System
stream System.IO.StreamWriter
settings SMProxy.ProxySettings
Résultat System

LogPacket() public méthode

public LogPacket ( IPacket packet, bool clientToServer ) : void
packet IPacket
clientToServer bool
Résultat void

Write() public méthode

public Write ( string p ) : void
p string
Résultat void