소스 검색

WebHook is not supported

master
yangxiaodong 7 년 전
부모
커밋
33fde860a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/DotNetCore.CAP/CAP.Options.cs

+ 1
- 1
src/DotNetCore.CAP/CAP.Options.cs 파일 보기

@@ -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.


불러오는 중...
취소
저장