From 9338f130f1119355af7c6d4f310866ac8d935409 Mon Sep 17 00:00:00 2001 From: XWolf Override Date: Sun, 14 Mar 2021 19:12:32 +0100 Subject: [PATCH] plugin doc --- doc/plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/plugins.md b/doc/plugins.md index bd24072..7d90392 100644 --- a/doc/plugins.md +++ b/doc/plugins.md @@ -11,6 +11,10 @@ If the resulting assemlby is not a .dll and not starts with sf- Sunfish will not Also is hight recomendable to set the startup program on debug as the Sunfish.exe inside bin/debug folder. +Create a class that inherits SunfishService and implement Process method. + +The call object contains methods for accessing request and response. + # Use the plugin Place the plugin on the same path ans sunfish.exe