BarcodeReceivingApp.TelnetConnection.TelnetConnection C# (CSharp) Method

TelnetConnection() public method

public TelnetConnection ( string hostname, int port ) : System.Windows.Forms
hostname string
port int
return System.Windows.Forms
    public TelnetConnection(string hostname, int port)
    {
        this._hostname = hostname;
        this._port = port;
    }
    public void ServerSocket(string ip, int port,Form f)