v11.5.2025.0701 改进ChangeType;浮点数转换支持科学计数法
石头 authored at 2025-07-01 10:57:52
219.00 B
X
namespace NewLife.Remoting;

/// <summary>Http客户端事件参数</summary>
public class HttpClientEventArgs : EventArgs
{
    /// <summary>客户端</summary>
    public HttpClient Client { get; set; } = null!;
}