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" />
                    
Directory.Packages.props
<PackageReference Include="Gatekeeper.Sdk.AspNet" />
                    
Project file
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
                    
#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
                    
Install as a Cake Addin
#tool nuget:?package=Gatekeeper.Sdk.AspNet&version=1.0.0
                    
Install as a Cake Tool

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 /evaluate yapar; 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 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.

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