add check context events
This commit is contained in:
8
Pilz.Net/Api/ApiContextEventArgs.cs
Normal file
8
Pilz.Net/Api/ApiContextEventArgs.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System.Net;
|
||||
|
||||
namespace Pilz.Net.Api;
|
||||
|
||||
public class ApiContextEventArgs(HttpListenerContext context) : EventArgs
|
||||
{
|
||||
public HttpListenerContext Context { get; } = context;
|
||||
}
|
||||
Reference in New Issue
Block a user