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
Trying to resolve event ID 24583
Services fail to start
Outlook returning search results out of order
Parent / Child Relationship - Viewing and editing - MS Access
Trying to write to MSMQ but no messages going in
VBA Report Recordsource Issue/Question
You don't have the license required to use this ActiveX control.
Update and Join gives syntax error (missing operator)
C# XML data showing System.Xml.XmlElement instead of the values
Does SQL have a describe command that gives outputs the table structure?