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

This class is used to create SCS servers.
Afficher le fichier Open project: OpenNos/OpenNos

Méthodes publiques

Méthode Description
CreateServer ( ScsEndPoint endPoint ) : IScsServer

Creates a new SCS Server using an EndPoint.

Method Details

CreateServer() public static méthode

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
Résultat IScsServer