OpenNos.Core.Networking.Communication.Scs.Communication.EndPoints.Tcp.ScsTcpEndPoint.CreateServer C# (CSharp) Method

CreateServer() public method

Creates a Scs Server that uses this end point to listen incoming connections.
public CreateServer ( ) : IScsServer
return IScsServer
        public override IScsServer CreateServer()
        {
            return new ScsTcpServer(this);
        }