473,385 Members | 1,400 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Web Service - How to get ip address of remote client?

Hi

I have a web service written in vb .net and I would like to be able to
record the ip address of clients using the service. Any thoughts would be
appreciated.

TIA Steve
Nov 21 '05 #1
2 6198
Hi Steve,
You can use the context object in a web method to get the remote address.
Get the "remote_addr" property in the ServerVariables collection.

Imports System.Web.Services

<WebService(Description:="Echo Requestor's IP address")> _
Public Class EchoIP
Inherits System.Web.Services.WebService

<WebMethod(description:="Echo Requestor's IP address")
Public Function echo() As String
Return Context.Request.ServerVariables("remote_addr")
End Function
End Class
Best Regards,
Phil Harvey

--------------------
http://spaces.msn.com/members/dotnetspace
Nov 21 '05 #2
Thanks Phil,

Works fine. Your sample code made implementing it simple

Regards Steve

"Phil Harvey" <ph***@teamlink.it> wrote in message
news:#f**************@TK2MSFTNGP09.phx.gbl...
Hi Steve,
You can use the context object in a web method to get the remote address.
Get the "remote_addr" property in the ServerVariables collection.

Imports System.Web.Services

<WebService(Description:="Echo Requestor's IP address")> _
Public Class EchoIP
Inherits System.Web.Services.WebService

<WebMethod(description:="Echo Requestor's IP address")
Public Function echo() As String
Return Context.Request.ServerVariables("remote_addr")
End Function
End Class
Best Regards,
Phil Harvey

--------------------
http://spaces.msn.com/members/dotnetspace

Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: vijay | last post by:
Hello I am learnign Dot NEt I have implemted 1. remote object 2.Listener 3.Client Listener started and listening to requests Client started and able to nstantiate remote object But when a...
1
by: vijay | last post by:
Hello I am learnign Dot NEt I have implemted 1. remote object 2.Listener 3.Client Listener started and listening to requests Client started and able to nstantiate remote object But when a...
1
by: vijay | last post by:
Hello I am learnign Dot NEt I have implemted 1. remote object 2.Listener 3.Client Listener started and listening to requests Client started and able to nstantiate remote object But when a...
0
by: whizpop | last post by:
Hi, First of all, thanks for a great starter kit, now If I could just get it to work (fully). I am trying to compile and run the solution/services all on a local dev box. I am able to...
2
by: Alex | last post by:
I am fairly new to C# development. I have read a number of articles about developing messenger applications, but they all assume that it is operating internally and that the IP address of the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.