C# Class Server.ServerClient

Show file 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 property

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

gametype public property

public String gametype
return String

id public property

public Int32,System id
return System.Int32

ip public property

public String ip
return String

name public property

public String name
return String

port public property

public String port
return String

startedrecive public property

public bool startedrecive
return bool