System.Runtime.Diagnostics.TraceRecord
namespace System.Runtime.Diagnostics
{
public class TraceRecord
{
protected const string EventIdBase = "http://schemas.microsoft.com/2006/08/ServiceModel/";
protected const string NamespaceSuffix = "TraceRecord";
protected string BuildEventId(string eventId);
protected string XmlEncode(string text);
public TraceRecord();
}
}