C# Class IrcDotNet.IrcNetworkInfo

Stores information about a specific IRC network.
ファイルを表示 Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Properties

Property Type Description
ChannelsCount int?
InvisibleUsersCount int?
OperatorsCount int?
ServerClientsCount int?
ServerServersCount int?
ServerServicesCount int?
ServersCount int?
UnknownConnectionsCount int?
VisibleUsersCount int?

Property Details

ChannelsCount public_oe property

The number of channels that currently exist on the network.
public int? ChannelsCount
return int?

InvisibleUsersCount public_oe property

The number of invisible users on the network.
public int? InvisibleUsersCount
return int?

OperatorsCount public_oe property

The number of operators on the network.
public int? OperatorsCount
return int?

ServerClientsCount public_oe property

The number of clients connected to the server.
public int? ServerClientsCount
return int?

ServerServersCount public_oe property

The number of others servers connected to the server.
public int? ServerServersCount
return int?

ServerServicesCount public_oe property

The number of services connected to the server.
public int? ServerServicesCount
return int?

ServersCount public_oe property

The number of servers in the network.
public int? ServersCount
return int?

UnknownConnectionsCount public_oe property

The number of unknown connections to the network.
public int? UnknownConnectionsCount
return int?

VisibleUsersCount public_oe property

The number of visible users on the network.
public int? VisibleUsersCount
return int?