Is there a way that WCF service can know which machine the call comes from?
Posted
by erxuan
on Stack Overflow
See other posts from Stack Overflow
or by erxuan
Published on 2010-03-16T22:55:24Z
Indexed on
2010/03/16
23:21 UTC
Read the original article
Hit count: 407
wcf
|wcf-client
Hi, I have a WCF service and without changing any code on the client side, is there a way that I can know the detail information of the caller, such as the MachineName, and ApplicationName?
Basically, I cannot change the client code to pass those pieces of information over.
I tried to use System.Web.HttpContext on the server side to track this information, but HttpContext.Current is NULL. I guess that is not the proper usage of it.
Any suggestion?
Thanks Sarah
© Stack Overflow or respective owner