C# 클래스 OpenNos.Core.Networking.Communication.Scs.Client.ScsClientFactory

This class is used to create SCS Clients to connect to a SCS server.
파일 보기 프로젝트 열기: OpenNos/OpenNos

공개 메소드들

메소드 설명
CreateClient ( ScsEndPoint endpoint ) : IScsClient

Creates a new client to connect to a server using an end point.

CreateClient ( string endpointAddress ) : IScsClient

Creates a new client to connect to a server using an end point.

메소드 상세

CreateClient() 공개 정적인 메소드

Creates a new client to connect to a server using an end point.
public static CreateClient ( ScsEndPoint endpoint ) : IScsClient
endpoint OpenNos.Core.Networking.Communication.Scs.Communication.EndPoints.ScsEndPoint End point of the server to connect it
리턴 IScsClient

CreateClient() 공개 정적인 메소드

Creates a new client to connect to a server using an end point.
public static CreateClient ( string endpointAddress ) : IScsClient
endpointAddress string End point address of the server to connect it
리턴 IScsClient