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

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

Méthodes publiques

Méthode Description
ScsTcpClient ( ScsTcpEndPoint serverEndPoint ) : System.Net

Creates a new ScsTcpClient object.

Méthodes protégées

Méthode Description
CreateCommunicationChannel ( ) : ICommunicationChannel

Creates a communication channel using ServerIpAddress and ServerPort.

Method Details

CreateCommunicationChannel() protected méthode

Creates a communication channel using ServerIpAddress and ServerPort.
protected CreateCommunicationChannel ( ) : ICommunicationChannel
Résultat ICommunicationChannel

ScsTcpClient() public méthode

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
Résultat System.Net