Skip to content

Commit 3885e73

Browse files
committed
HttpCompletionOptionAttribute允许修饰于接口
1 parent 4db2d76 commit 3885e73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WebApiClientCore/Attributes/ActionAttributes/HttpCompletionOptionAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ namespace WebApiClientCore.Attributes
88
/// 指示请求完成选项的特性
99
/// 缺省的情况下,当声明返回类型为Stream或HttpResponseMessage时使用ResponseHeadersRead
1010
/// </summary>
11-
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
1211
public class HttpCompletionOptionAttribute : ApiActionAttribute
1312
{
1413
/// <summary>

0 commit comments

Comments
 (0)