Beispiel #1
0
		/// <summary>
		/// Clears thread static fields at the end of each request.
		/// </summary>
		private static void Clear()
		{
			_manager = null;
			failConnectErrorMessage = "";
		}
Beispiel #2
0
 /// <summary>
 /// Clears thread static fields at the end of each request.
 /// </summary>
 private static void Clear()
 {
     _manager = null;
     failConnectErrorMessage = "";
 }