合并主线最近几年来的主要更新,重点推进TinyHttpClient,替代HttpClient
using System.Runtime.InteropServices; namespace System.Threading { [Serializable] [ComVisible(true)] public enum ThreadPriority { Lowest, BelowNormal, Normal, AboveNormal, Highest } }