P
peak
What's wrong with this:
Dim myip() As Byte = {127, 0, 0, 1}
Dim ip As New System.Net.IPAddress(myip, portNum)
I am getting a runtime exception with additional information "address" ?
Dim myip() As Byte = {127, 0, 0, 1}
Dim ip As New System.Net.IPAddress(myip, portNum)
I am getting a runtime exception with additional information "address" ?