mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
WebServiceAppsApi: updated api to support new IDnsPostProcessor interface.
This commit is contained in:
@@ -312,6 +312,9 @@ namespace DnsServerCore
|
||||
jsonWriter.WritePropertyName("isQueryLogger");
|
||||
jsonWriter.WriteValue(dnsApp.Value is IDnsQueryLogger);
|
||||
|
||||
jsonWriter.WritePropertyName("isPostProcessor");
|
||||
jsonWriter.WriteValue(dnsApp.Value is IDnsPostProcessor);
|
||||
|
||||
jsonWriter.WriteEndObject();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user