I have a WCF web service with tracing enabled (following these guidelines http://msdn.microsoft.com/en-us/library/aa702726.aspx).
The problem is that I cannot find the source IP (incomming client request) address anywhere in the trace file.
Also documentation on this topic is pretty vague, so if you can provide any links to some nice resources I d be gratefull.
msdn: "Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe." it contains only instance methods. How should I ...