3.75Setting the Request Interface Quota Key

Created on Aug 17, 2026~1 min read

Specifies a quota key for the current request, used to associate it with the quota limit rules configured in HttpClientOptions.

cs
HttpRequestBuilder.Post("https://furion.net/")    .SetQuotaKey("wechat/accesstoken");