C# Класс OpenNos.Core.Networking.Communication.Scs.Server.Tcp.ScsTcpServer

This class is used to create a TCP server.
Наследование: ScsServerBase
Показать файл Открыть проект

Открытые методы

Метод Описание
ScsTcpServer ( ScsTcpEndPoint endPoint ) : OpenNos.Core.Networking.Communication.Scs.Communication.Channels

Creates a new ScsTcpServer object.

Защищенные методы

Метод Описание
CreateConnectionListener ( ) : IConnectionListener

Creates a TCP connection listener.

Описание методов

CreateConnectionListener() защищенный Метод

Creates a TCP connection listener.
protected CreateConnectionListener ( ) : IConnectionListener
Результат IConnectionListener

ScsTcpServer() публичный Метод

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
Результат OpenNos.Core.Networking.Communication.Scs.Communication.Channels