Hi,
I have an remoted object served by IIS. I'm looking to find out what information I can get about the client that has connected or is making a particular method call.
I saw an MSDN article saying that I could use System.Web.HttpContext.* to get some information about the client, but I'm unable to use .HttpContext for some reason. All I get available to me under the System.Web namespace is ASPNetHostingPermission, ASPNetHostingPermissionAttribute, and ASPNetHostingPermissionLevel.
Can anyone steer me in the direction of being able to find out information about the client making the connection to my remote object
Thanks,
Mike

Client information available to server
devstuff
Thanks alot for the response, I'll give it a try.
Mike
Hugo Batista
Thanks,
Mike
Folyjon
These classes are in the System.dll assembly. You'll get additional classes including HttpContext if you add a reference to System.Web.dll.
BlaineX
Especially on Fridays