C# Class Reign.Networking.PC.Client

Inheritance: IClient
Show file Open project: reignstudios/ReignSDK

Public Methods

Method Description
Client ( IPAddress ipAddress, int port ) : System
Client ( TcpClient client ) : System
Client ( string ipAddress, int port ) : System
Close ( ) : void
Connect ( ) : void

Method Details

Client() public method

public Client ( IPAddress ipAddress, int port ) : System
ipAddress System.Net.IPAddress
port int
return System

Client() public method

public Client ( TcpClient client ) : System
client System.Net.Sockets.TcpClient
return System

Client() public method

public Client ( string ipAddress, int port ) : System
ipAddress string
port int
return System

Close() public method

public Close ( ) : void
return void

Connect() public method

public Connect ( ) : void
return void