增加TooManyRequests
石头 authored at 2025-07-13 21:05:51
219.00 B
X
namespace NewLife.Remoting;

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