C# Class GameBase.Network.ClientStateObject

Show file Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
buffer byte[]
c TcpClient
s Socket

Property Details

buffer public property

public byte[] buffer
return byte[]

c public property

public TcpClient c
return TcpClient

s public property

public Socket s
return Socket