C# Class wmib.Configuration.Network

Mostra file Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
BouncerPort int
Logging bool
SystemPort int

Property Details

BouncerPort public_oe static_oe property

This is a port for default network bouncer This is needed basically for single instance use only
public static int BouncerPort
return int

Logging public_oe static_oe property

Network traffic is logged
public static bool Logging
return bool

SystemPort public_oe static_oe property

This is a port which system console listen on
public static int SystemPort
return int