C# Class Hik.Communication.Scs.Client.Tcp.ScsTcpClient

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

Public Methods

Method Description
ScsTcpClient ( Hik.Communication.Scs.Communication.EndPoints.Tcp.ScsTcpEndPoint serverEndPoint ) : System.Net

Creates a new ScsTcpClient object.

Protected Methods

Method Description
CreateCommunicationChannel ( ) : ICommunicationChannel

Creates a communication channel using ServerIpAddress and ServerPort.

Private Methods

Method Description
IsStringIp ( string address ) : bool

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 ( Hik.Communication.Scs.Communication.EndPoints.Tcp.ScsTcpEndPoint serverEndPoint ) : System.Net
serverEndPoint Hik.Communication.Scs.Communication.EndPoints.Tcp.ScsTcpEndPoint The endpoint address to connect to the server
return System.Net