C# Class OpenNos.Core.Networking.Communication.Scs.Server.ScsServerFactory

This class is used to create SCS servers.
ファイルを表示 Open project: OpenNos/OpenNos

Public Methods

Method Description
CreateServer ( ScsEndPoint endPoint ) : IScsServer

Creates a new SCS Server using an EndPoint.

Method Details

CreateServer() public static method

Creates a new SCS Server using an EndPoint.
public static CreateServer ( ScsEndPoint endPoint ) : IScsServer
endPoint OpenNos.Core.Networking.Communication.Scs.Communication.EndPoints.ScsEndPoint Endpoint that represents address of the server
return IScsServer