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
How to convert seconds to hh:mm:ss in a sql query
Export table to Excel
Adding serverside style to a table
vb.net sata hard drive serial number
Can't Attach SQL mdf After Moving It
MS Office 2007 Security on Windows 2008 Terminal Server
Chunk rows of records into 64K blocks and create .xls files..
Run multiple paramenter query from one button
SendObject -- Message Text Truncates
Example of Union query with 3 views (3 queries)needed