C# Class otloader.Server

Mostra file Open project: opentibia/loader Class Usage Examples

Public Properties

Property Type Description
name string
port System.UInt16

Public Methods

Method Description
Server ( ) : System
Server ( string _name ) : System
Server ( string _name, UInt16 _port ) : System
Server ( string _name, string _port ) : System

Method Details

Server() public method

public Server ( ) : System
return System

Server() public method

public Server ( string _name ) : System
_name string
return System

Server() public method

public Server ( string _name, UInt16 _port ) : System
_name string
_port System.UInt16
return System

Server() public method

public Server ( string _name, string _port ) : System
_name string
_port string
return System

Property Details

name public_oe property

public string name
return string

port public_oe property

public UInt16,System port
return System.UInt16