C# Class Server.ServerClient

Datei anzeigen Open project: porcellus/KomponensAlapuJatek Class Usage Examples

Public Properties

Property Type Description
clientsocket System.Net.Sockets.Socket
gametype String
id System.Int32
ip String
name String
port String
startedrecive bool

Public Methods

Method Description
ServerClient ( ) : System
ServerClient ( Int32 id, String port, String ip, String name, String gametype, Socket socket, bool startedrevice ) : System
ServerClient ( ServerClient client ) : System

Method Details

ServerClient() public method

public ServerClient ( ) : System
return System

ServerClient() public method

public ServerClient ( Int32 id, String port, String ip, String name, String gametype, Socket socket, bool startedrevice ) : System
id System.Int32
port String
ip String
name String
gametype String
socket System.Net.Sockets.Socket
startedrevice bool
return System

ServerClient() public method

public ServerClient ( ServerClient client ) : System
client ServerClient
return System

Property Details

clientsocket public_oe property

public Socket,System.Net.Sockets clientsocket
return System.Net.Sockets.Socket

gametype public_oe property

public String gametype
return String

id public_oe property

public Int32,System id
return System.Int32

ip public_oe property

public String ip
return String

name public_oe property

public String name
return String

port public_oe property

public String port
return String

startedrecive public_oe property

public bool startedrecive
return bool