Microsoft
Software
Hardware
Network
Question : How to get client machine name from WCF Service
I know how to get the client's IP Address but I would prefer to get the machine name that made the request to a WCF Service. Does anyone know how to do this?
Answer : How to get client machine name from WCF Service
I got it by doing the following. Anyone else have a better approach?
Dns.GetHostByAddress(((Rem
oteEndpoin
tMessagePr
operty)Ope
rationCont
ext.Curren
t.Incoming
MessagePro
perties[Re
moteEndpoi
ntMessageP
roperty.Na
me]).Addre
ss).HostNa
me;
Random Solutions
Access 2007 merge form + subform to Word
Error Type mistach when creating and running Excel macro through Access
Web.config app error problem
Deadlock When Doing Begin and Commit Transaction.
Why is #include "stdafx.h" required to run the following code from this C++ book?
Track user logon/logoff to the access database.
snytax error
Does anyone know how to create a check in check out Inventory.
How do I perform a calculation in an update query?
checking if a table exists