C# Class otloader.Server

Afficher le fichier Open project: opentibia/loader Class Usage Examples

Méthodes publiques

Свойство Type Description
name string
port System.UInt16

Méthodes publiques

Méthode Description
Server ( ) : System
Server ( string _name ) : System
Server ( string _name, UInt16 _port ) : System
Server ( string _name, string _port ) : System

Method Details

Server() public méthode

public Server ( ) : System
Résultat System

Server() public méthode

public Server ( string _name ) : System
_name string
Résultat System

Server() public méthode

public Server ( string _name, UInt16 _port ) : System
_name string
_port System.UInt16
Résultat System

Server() public méthode

public Server ( string _name, string _port ) : System
_name string
_port string
Résultat System

Property Details

name public_oe property

public string name
Résultat string

port public_oe property

public UInt16,System port
Résultat System.UInt16