From 33fde860a28f69736e6156ee14c98a99ba4b844e Mon Sep 17 00:00:00 2001 From: yangxiaodong Date: Fri, 21 Jul 2017 15:21:20 +0800 Subject: [PATCH] WebHook is not supported --- src/DotNetCore.CAP/CAP.Options.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DotNetCore.CAP/CAP.Options.cs b/src/DotNetCore.CAP/CAP.Options.cs index 334c709..9c4a872 100644 --- a/src/DotNetCore.CAP/CAP.Options.cs +++ b/src/DotNetCore.CAP/CAP.Options.cs @@ -29,7 +29,7 @@ namespace DotNetCore.CAP /// /// We’ll send a POST request to the URL below with details of any subscribed events. /// - public WebHook WebHook { get; set; } + public WebHook WebHook => throw new NotSupportedException(); /// /// Registers an extension that will be executed when building services.