C# Class OpenNos.Core.Networking.Communication.Scs.Client.Tcp.ScsTcpClient

This class is used to communicate with server over TCP/IP protocol.
Inheritance: ScsClientBase
Mostra file Open project: OpenNos/OpenNos

Public Methods

Method Description
ScsTcpClient ( ScsTcpEndPoint serverEndPoint ) : System.Net

Creates a new ScsTcpClient object.

Protected Methods

Method Description
CreateCommunicationChannel ( ) : ICommunicationChannel

Creates a communication channel using ServerIpAddress and ServerPort.

Method Details

CreateCommunicationChannel() protected method

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

ScsTcpClient() public method

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
return System.Net