C# 클래스 SMProxy.Log

파일 보기 프로젝트 열기: SirCmpwn/SMProxy

Private Properties

프로퍼티 타입 설명
FormatPacketName string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FormatPacketName ( string name ) : string

메소드 상세

AddSpaces() 공개 정적인 메소드

public static AddSpaces ( string value ) : string
value string
리턴 string

DumpArray() 공개 정적인 메소드

public static DumpArray ( byte array ) : string
array byte
리턴 string

DumpArrayPretty() 공개 정적인 메소드

public static DumpArrayPretty ( byte array ) : string
array byte
리턴 string

Log() 공개 메소드

public Log ( StreamWriter stream, SMProxy.ProxySettings settings ) : System
stream System.IO.StreamWriter
settings SMProxy.ProxySettings
리턴 System

LogPacket() 공개 메소드

public LogPacket ( IPacket packet, bool clientToServer ) : void
packet IPacket
clientToServer bool
리턴 void

Write() 공개 메소드

public Write ( string p ) : void
p string
리턴 void