4 types derived from TraceSource
SMDiagnostics (1)
System (1)
System.Net (1)
System.ServiceModel.Internals (1)
11 instantiations of TraceSource
System.Runtime.Serialization (1)
System.Security (1)
System.ServiceModel (1)
System.Transactions (1)
System.Web.Services (1)
System.Workflow.Activities (2)
System.Workflow.ComponentModel (3)
WindowsBase (1)
80 references to TraceSource
SMDiagnostics (1)
System (45)
net\System\Net\Logging.cs (40)
46private static TraceSource s_WebTraceSource;
47private static TraceSource s_HttpListenerTraceSource;
48private static TraceSource s_SocketsTraceSource;
49private static TraceSource s_WebSocketsTraceSource;
50private static TraceSource s_CacheTraceSource;
51private static TraceSource s_TraceSourceHttpName;
78internal static bool IsVerbose(TraceSource traceSource) {
82internal static TraceSource Web {
95internal static TraceSource Http {
107internal static TraceSource HttpListener {
119internal static TraceSource Sockets {
132internal static TraceSource RequestCache {
144internal static TraceSource WebSockets
160private static bool GetUseProtocolTextSetting(TraceSource traceSource) {
168private static int GetMaxDumpSizeSetting(TraceSource traceSource) {
259private static bool ValidateSettings(TraceSource traceSource, TraceEventType traceLevel) {
298internal static void PrintLine(TraceSource traceSource, TraceEventType eventType, int id, string msg) {
307internal static void Associate(TraceSource traceSource, object objA, object objB) {
322internal static void Enter(TraceSource traceSource, object obj, string method, string param) {
333internal static void Enter(TraceSource traceSource, object obj, string method, object paramObject) {
343internal static void Enter(TraceSource traceSource, string obj, string method, string param) {
353internal static void Enter(TraceSource traceSource, string obj, string method, object paramObject) {
367internal static void Enter(TraceSource traceSource, string method, string parameters) {
377internal static void Enter(TraceSource traceSource, string msg) {
389internal static void Exit(TraceSource traceSource, object obj, string method, object retObject) {
403internal static void Exit(TraceSource traceSource, string obj, string method, object retObject) {
419internal static void Exit(TraceSource traceSource, object obj, string method, string retValue) {
429internal static void Exit(TraceSource traceSource, string obj, string method, string retValue) {
442internal static void Exit(TraceSource traceSource, string method, string parameters) {
452internal static void Exit(TraceSource traceSource, string msg) {
464internal static void Exception(TraceSource traceSource, object obj, string method, Exception e) {
479internal static void PrintInfo(TraceSource traceSource, string msg) {
490internal static void PrintInfo(TraceSource traceSource, object obj, string msg) {
502internal static void PrintInfo(TraceSource traceSource, object obj, string method, string param) {
515internal static void PrintWarning(TraceSource traceSource, string msg) {
525internal static void PrintWarning(TraceSource traceSource, object obj, string method, string msg) {
538internal static void PrintError(TraceSource traceSource, string msg) {
549internal static void PrintError(TraceSource traceSource, object obj, string method, string msg) {
567internal static void Dump(TraceSource traceSource, object obj, string method, IntPtr bufferPtr, int length) {
580internal static void Dump(TraceSource traceSource, object obj, string method, byte[] buffer, int offset, int length) {
System.Net (3)
System.Runtime.Serialization (2)
System.Security (1)
System.ServiceModel (5)
System.ServiceModel.Internals (4)
System.Transactions (2)
System.Web.Services (3)
System.Workflow.Activities (4)
System.Workflow.ComponentModel (6)
WindowsBase (4)