Commit 33fde860 authored by yangxiaodong's avatar yangxiaodong

WebHook is not supported

parent 4afd7a73
......@@ -29,7 +29,7 @@ namespace DotNetCore.CAP
/// <summary>
/// We’ll send a POST request to the URL below with details of any subscribed events.
/// </summary>
public WebHook WebHook { get; set; }
public WebHook WebHook => throw new NotSupportedException();
/// <summary>
/// Registers an extension that will be executed when building services.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment