vb.netでクライアントIDを取得しようとしています。私のコードは以下の通りです:
Partial Class foo
Inherits System.Web.UI.Page
Private ipv4 As New clsIPv4
Dim ref As String = 0
Dim client_ip As String
client_ip = Request.UserHostAddress()
Dim myHost As String = System.Net.Dns.GetHostName()
client_ip = ipv4.ResolveAddress(myHost)
このコードは、IPアドレスのリストを返します(つまり、182.50.130.143; 118.139.172.1; 118.139.172.2; 118.139.172.3; 118.139.172.4; 118.139.172.5; 118.139.172.6; 118.139.172.7; 118.139.172.8; 118.139.172.9 ; 118.139.172.10; 118.139.172.11; 118.139.172.12; 118.139.172.13; 118.139.172.14; 118.139.172.15; 118.139.172.16; 118.139.172.17; 118.139.172.18; 118.139.172.19; 118.139.172.20; 118.139.172.21; .172.22; 118.139.172.23; 118.139.172.24; 118.139.172.25; 118.139.172.26; 118)。
私が間違っているところを教えてください