Gatekeeper.Sdk.AspNet
1.0.0
dotnet add package Gatekeeper.Sdk.AspNet --version 1.0.0
NuGet\Install-Package Gatekeeper.Sdk.AspNet -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Gatekeeper.Sdk.AspNet" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gatekeeper.Sdk.AspNet" Version="1.0.0" />
<PackageReference Include="Gatekeeper.Sdk.AspNet" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Gatekeeper.Sdk.AspNet --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Gatekeeper.Sdk.AspNet, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Gatekeeper.Sdk.AspNet@1.0.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Gatekeeper.Sdk.AspNet&version=1.0.0
#tool nuget:?package=Gatekeeper.Sdk.AspNet&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Gatekeeper.Sdk.AspNet
Klasik ASP.NET (System.Web) uygulamaları için Gatekeeper agent'ı — .NET Framework 4.7+
(MVC 5 / WebForms / Web API on System.Web). Modern ASP.NET Core için Gatekeeper.Sdk kullanın.
Kurulum (sıfır kod)
dotnet add package Gatekeeper.Sdk.AspNet
Paket kurulunca otomatik kaydolan bir IHttpModule devreye girer. Yapılandırmayı
web.config <appSettings>'e ekleyin:
<appSettings>
<add key="Gatekeeper:AppKey" value="gk_..." />
<add key="Gatekeeper:PlatformUrl" value="https://gatekeeper.local" />
</appSettings>
Alternatif olarak Global.asax Application_Start içinde:
GatekeeperAspNet.Configure(o => { o.AppKey = "gk_..."; o.PlatformUrl = "https://gatekeeper.local"; });
Ne yapar
- Her istekte W3C correlation-id okur/üretir ve yanıta yansıtır.
- Uçtan uca süreyi (latency) ölçer.
- Dinamik (controller) isteklerde body'den ÖNCE senkron
/evaluateyapar; karar Allow değilse handler çalışmaz. Statik dosyaları (CSS/JS/görsel) atlar — deny-by-default onları bloklamaz. - Exception'ı (maskeli) yakalar, yeniden fırlatır (yutmaz).
- Telemetriyi asenkron + fail-safe gönderir (backend çökse de trafik akar).
Tescilli yazılım — bkz. LICENSE.txt.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7
- Gatekeeper.Contracts (>= 1.0.0)
- Microsoft.Extensions.Options (>= 8.0.2)
- Microsoft.Web.Infrastructure (>= 2.0.0)
- System.Diagnostics.DiagnosticSource (>= 8.0.1)
- System.Text.Json (>= 8.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 99 | 6/18/2026 |