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

This class is used to create SCS servers.
Показать файл Открыть проект

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

Метод Описание
CreateServer ( ScsEndPoint endPoint ) : IScsServer

Creates a new SCS Server using an EndPoint.

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

CreateServer() публичный статический Метод

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
Результат IScsServer