C# Class Shadowsocks.Controller.StreamWriterWithTimestamp

Inheritance: System.IO.StreamWriter
Afficher le fichier Open project: nladuo/AutoShadowsocks Class Usage Examples

Méthodes publiques

Méthode Description
StreamWriterWithTimestamp ( Stream stream ) : Shadowsocks.Util
Write ( string value ) : void
WriteLine ( string value ) : void

Private Methods

Méthode Description
GetTimestamp ( ) : string

Method Details

StreamWriterWithTimestamp() public méthode

public StreamWriterWithTimestamp ( Stream stream ) : Shadowsocks.Util
stream Stream
Résultat Shadowsocks.Util

Write() public méthode

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

WriteLine() public méthode

public WriteLine ( string value ) : void
value string
Résultat void