C# 클래스 OpenNos.Core.Networking.Communication.Scs.Server.Tcp.ScsTcpServer

This class is used to create a TCP server.
상속: ScsServerBase
파일 보기 프로젝트 열기: OpenNos/OpenNos

공개 메소드들

메소드 설명
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