13 using System.Net.Sockets;
27 #region Connection Properties 33 #endregion Connection Properties 35 #region Connection String 45 string[] connectionData = connection.Split(
',');
46 foreach (
string connectionDataDigits
in connectionData)
55 #endregion Connection String 57 #region Create Listener and Socket 83 return new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
86 #endregion Create Listener and Socket
static Socket CreateListener()
Create the connection needed for the TCP connection
static Socket CreateSocket()
static void SaveErrorData(string error)
Log all the error that occurs in the program
static IPAddress LocalIPAddress
static void parseConnectionData(string connection)
Parse connection data
static IPEndPoint EndPoint