C# Class Hikari.Server

Show file Open project: KNCT-KPC/Bungo Class Usage Examples

Public Methods

Method Description
Server ( IPAddress ipaddr, int port ) : System
connect ( ) : void
disconnect ( ) : void

Private Methods

Method Description
accept ( ) : System.Threading.Tasks.Task
acceptClient ( TcpClient client ) : System.Threading.Tasks.Task

Method Details

Server() public method

public Server ( IPAddress ipaddr, int port ) : System
ipaddr System.Net.IPAddress
port int
return System

connect() public method

public connect ( ) : void
return void

disconnect() public method

public disconnect ( ) : void
return void