There is some way to create a variable type for ip address or something built in.
I want to have serverAddresss be able to handle an ip address in the usual form 24.24.43.123; or however i have to enter it in.Code:TcpClient client = new TcpClient(); client.Connect(serverAddress, serverPort);
thanks


Reply With Quote
