3using System.Reflection;
4using System.Threading.Tasks;
38 base.AddReference(Server);
44 IEnumerable<OAuthMetaDataAttribute> OAuthMetaDAtaAttributes = this.GetType().GetCustomAttributes<
OAuthMetaDataAttribute>(
true);
Static class managing the application event log. Applications and services log events on this static ...
static void Exception(Exception Exception, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags)
Logs an exception. Event type will be determined by the severity of the exception.
Base class for all HTTP resources.
string ResourceName
Name of resource.
Implements an HTTP server.
Base class for all asynchronous HTTP resources. An asynchronous resource responds outside of the meth...
override void AddReference(HttpServer Server)
Method called when a resource has been registered on a server.
HttpProtectedResource(string ResourceName)
Base class for all asynchronous HTTP resources. An asynchronous resource responds outside of the meth...