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

This class is used to create a TCP server.
Inheritance: ScsServerBase
Afficher le fichier Open project: OpenNos/OpenNos

Méthodes publiques

Méthode Description
ScsTcpServer ( ScsTcpEndPoint endPoint ) : OpenNos.Core.Networking.Communication.Scs.Communication.Channels

Creates a new ScsTcpServer object.

Méthodes protégées

Méthode Description
CreateConnectionListener ( ) : IConnectionListener

Creates a TCP connection listener.

Method Details

CreateConnectionListener() protected méthode

Creates a TCP connection listener.
protected CreateConnectionListener ( ) : IConnectionListener
Résultat IConnectionListener

ScsTcpServer() public méthode

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
Résultat OpenNos.Core.Networking.Communication.Scs.Communication.Channels