Libraries to create and consume web hooks on ASP.NET 4.x (Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.)
Перейти к файлу
Immo Landwerth 25899f3845
Merge pull request #179 from terrajobst/add-security-md
Add SECURITY.md
2024-09-13 00:34:22 -07:00
.config
.nuget
eng/templates
samples
src
test
tools
.appveyor.yml
.azure-ci-public.yml
.azure-ci.yml
.editorconfig
.gitattributes
.gitignore
.travis.yml
AspNetWebHooks.msbuild
AspNetWebHooks.sln
CHANGELOG.md
CODE-OF-CONDUCT.md
CONTRIBUTING.md
CustomDictionary.xml
Directory.Build.props
Directory.Build.targets
FxCop.ruleset
FxCopTest.ruleset
LICENSE.txt
NuGet.Config
README.md
SECURITY.md
Settings.StyleCop
build.cmd
version.props

README.md

Microsoft ASP.NET WebHooks

Note: This repo is solely for the ASP.NET WebHooks projects (libraries to create and consume WebHooks on ASP.NET 4.x and .NET Framework 4.5). For ASP.NET Core WebHooks (targeting .NET Standard 2.0), see the aspnet/AspLabs repo.

Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.

AppVeyor: AppVeyor

ASP.NET Web Hooks provide support for sending and receiving WebHooks.

See Introducing Microsoft ASP.NET WebHooks Preview for an introduction.

See the initial documentation for details.

Samples

ASP.NET

Resources