C# Class PureCat.Configuration.Server

描述记录当前系统日志的目标Cat服务器
Afficher le fichier Open project: chinaboard/PureCat Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Server ( string ip, int port = 2280, int httpPort = 8080, bool enabled = true ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Server() public méthode

public Server ( string ip, int port = 2280, int httpPort = 8080, bool enabled = true ) : System
ip string
port int
httpPort int
enabled bool
Résultat System