' This sample gets the IP address indicating that no network interface ' should be used and converts it to a string. Dim address AsString = IPAddress.None.ToString()
outputBlock.Text &= "IP address: "
outputBlock.Text &= address
outputBlock.Text &= vbCrLf