Thresher 1.2 Class Documentation

Sender.Stats Method (StatsQuery)

Request certain kinds of statistics about the current server.

[Visual Basic]
Overloads Public Sub Stats( _
   ByVal query As StatsQuery _
)
[C#]
public void Stats(
   StatsQuery query
);

Parameters

query
The type of query to send. See StatsQuery for choice.

Remarks

Possible Errors

Example

            //Request server link stats
            connection.Sender.Stats( StatsQuery.Connections );
            

See Also

Sender Class | Sharkbite.Irc Namespace | Sender.Stats Overload List | OnStats