C# Class OpenNos.Core.Networking.Communication.ScsServices.Service.ScsServiceBuilder

This class is used to build ScsService applications.
显示文件 Open project: OpenNos/OpenNos

Public Methods

Method Description
CreateService ( ScsEndPoint endPoint ) : IScsServiceApplication

Creates a new SCS Service application using an EndPoint.

Method Details

CreateService() public static method

Creates a new SCS Service application using an EndPoint.
public static CreateService ( ScsEndPoint endPoint ) : IScsServiceApplication
endPoint OpenNos.Core.Networking.Communication.Scs.Communication.EndPoints.ScsEndPoint EndPoint that represents address of the service
return IScsServiceApplication