C# Class OpenNos.Core.Networking.Communication.Scs.Server.Tcp.ScsTcpServer

This class is used to create a TCP server.
Inheritance: ScsServerBase
Exibir arquivo Open project: OpenNos/OpenNos

Public Methods

Method Description
ScsTcpServer ( ScsTcpEndPoint endPoint ) : OpenNos.Core.Networking.Communication.Scs.Communication.Channels

Creates a new ScsTcpServer object.

Protected Methods

Method Description
CreateConnectionListener ( ) : IConnectionListener

Creates a TCP connection listener.

Method Details

CreateConnectionListener() protected method

Creates a TCP connection listener.
protected CreateConnectionListener ( ) : IConnectionListener
return IConnectionListener

ScsTcpServer() public method

Creates a new ScsTcpServer object.
public ScsTcpServer ( ScsTcpEndPoint endPoint ) : OpenNos.Core.Networking.Communication.Scs.Communication.Channels
endPoint OpenNos.Core.Networking.Communication.Scs.Communication.EndPoints.Tcp.ScsTcpEndPoint The endpoint address of the server to listen incoming connections
return OpenNos.Core.Networking.Communication.Scs.Communication.Channels