FP300Service.TCPConnection.TCPConnection C# (CSharp) Method

TCPConnection() public method

public TCPConnection ( String ipAddress, int port ) : System
ipAddress String
port int
return System
        public TCPConnection(String ipAddress, int port)
        {
            this.ipAddress = ipAddress;
            this.port = port;
        }