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

This class is used to communicate with server over TCP/IP protocol.
상속: ScsClientBase
파일 보기 프로젝트 열기: OpenNos/OpenNos

공개 메소드들

메소드 설명
ScsTcpClient ( ScsTcpEndPoint serverEndPoint ) : System.Net

Creates a new ScsTcpClient object.

보호된 메소드들

메소드 설명
CreateCommunicationChannel ( ) : ICommunicationChannel

Creates a communication channel using ServerIpAddress and ServerPort.

메소드 상세

CreateCommunicationChannel() 보호된 메소드

Creates a communication channel using ServerIpAddress and ServerPort.
protected CreateCommunicationChannel ( ) : ICommunicationChannel
리턴 ICommunicationChannel

ScsTcpClient() 공개 메소드

Creates a new ScsTcpClient object.
public ScsTcpClient ( ScsTcpEndPoint serverEndPoint ) : System.Net
serverEndPoint OpenNos.Core.Networking.Communication.Scs.Communication.EndPoints.Tcp.ScsTcpEndPoint The endpoint address to connect to the server
리턴 System.Net