C# 클래스 Shadowsocks.Controller.StreamWriterWithTimestamp

상속: System.IO.StreamWriter
파일 보기 프로젝트 열기: nladuo/AutoShadowsocks 1 사용 예제들

공개 메소드들

메소드 설명
StreamWriterWithTimestamp ( Stream stream ) : Shadowsocks.Util
Write ( string value ) : void
WriteLine ( string value ) : void

비공개 메소드들

메소드 설명
GetTimestamp ( ) : string

메소드 상세

StreamWriterWithTimestamp() 공개 메소드

public StreamWriterWithTimestamp ( Stream stream ) : Shadowsocks.Util
stream Stream
리턴 Shadowsocks.Util

Write() 공개 메소드

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

WriteLine() 공개 메소드

public WriteLine ( string value ) : void
value string
리턴 void