C# Class WMBot.Bouncer.Buffer

Datei anzeigen Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
IncomingData List
OutgoingData List

Public Methods

Method Description
In ( string message, bool control = false ) : bool
Out ( string message ) : bool

Method Details

In() public static method

public static In ( string message, bool control = false ) : bool
message string
control bool
return bool

Out() public static method

public static Out ( string message ) : bool
message string
return bool

Property Details

IncomingData public_oe static_oe property

public static List IncomingData
return List

OutgoingData public_oe static_oe property

public static List OutgoingData
return List