Method |
Description |
|
AddToArray ( string msg ) : void |
|
|
AppDomainUnloadEvent ( object sender, EventArgs e ) : void |
|
|
Assert ( bool condition, string messageFormat ) : void |
|
|
Assert ( string message ) : void |
|
|
Assert ( string message, string detailMessage ) : void |
|
|
ConnectionMonitor ( ) : void |
|
|
DebugAddRequest ( HttpWebRequest request, Connection connection, int flags ) : void |
|
|
DebugRemoveRequest ( HttpWebRequest request ) : void |
|
|
DebugUpdateRequest ( HttpWebRequest request, Connection connection, int flags ) : void |
|
|
Dump ( IntPtr buffer, int offset, int length ) : void |
|
|
Dump ( byte buffer ) : void |
|
|
Dump ( byte buffer, int length ) : void |
|
|
Dump ( byte buffer, int offset, int length ) : void |
|
|
DumpArray ( ) : void |
|
|
Enter ( string func ) : void |
|
|
Enter ( string func, string parms ) : void |
|
|
GetSwitchValue ( string switchName, string switchDescription, bool defaultValue ) : bool |
|
|
Ignore ( object msg ) : void |
|
|
InitConnectionMonitor ( ) : void |
|
|
Leave ( string func ) : void |
|
|
Leave ( string func, bool returnval ) : void |
|
|
Leave ( string func, int returnval ) : void |
|
|
Leave ( string func, string result ) : void |
|
|
LeaveException ( string func, Exception exception ) : void |
|
|
LoggingInitialize ( ) : BaseLoggingObject |
|
|
Print ( string msg ) : void |
|
|
PrintHex ( string msg, object value ) : void |
|
|
SetThreadKind ( ThreadKinds kind ) : IDisposable |
|
|
SetThreadSource ( ThreadKinds source ) : void |
|
|
ThreadContract ( ThreadKinds kind, ThreadKinds allowedSources, string errorMsg ) : void |
|
|
ThreadContract ( ThreadKinds kind, string errorMsg ) : void |
|
|