mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-26 03:17:55 +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.WritePropertyName("isQueryLogger");
|
||||||
jsonWriter.WriteValue(dnsApp.Value is IDnsQueryLogger);
|
jsonWriter.WriteValue(dnsApp.Value is IDnsQueryLogger);
|
||||||
|
|
||||||
|
jsonWriter.WritePropertyName("isPostProcessor");
|
||||||
|
jsonWriter.WriteValue(dnsApp.Value is IDnsPostProcessor);
|
||||||
|
|
||||||
jsonWriter.WriteEndObject();
|
jsonWriter.WriteEndObject();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user