Class NetSocketTcpUtils.ReceiveState
Inheritance
NetSocketTcpUtils.ReceiveState
Assembly: Xareus.Scenarios.Network.dll
Syntax
public class NetSocketTcpUtils.ReceiveState
Properties
Buffer
Declaration
public byte[] Buffer { get; }
Property Value
DataHandler
Declaration
public Action<TcpClient, string> DataHandler { get; set; }
Property Value
NetSocket
Declaration
public INetSocketTcp NetSocket { get; set; }
Property Value
Sb
Declaration
public StringBuilder Sb { get; set; }
Property Value
WorkSocket
Declaration
public TcpClient WorkSocket { get; set; }
Property Value