Home >
Code >
C#
>
Get the IP address of the remote client using C#.NET
Get the IP address of the remote client using C#.NET
by
Narain_siddharth
on
Dec 15, 2011
Category:
C#
|
Views:
84
|
Points:
25
|
Silver ★
|
|
|
The below C# sample used to get the IP address of the remote client.
string IPAdd = Request.UserHostAddress.ToString(); Response.Write(IPAdd);
|
Like this code? Bookmark and Share:
|
|
|
|
No Response found!
|
|
|
|
|