IWebHook Interface
Public Interface IWebHook
This language is not supported or no code example is available.
public interface IWebHook
This language is not supported or no code example is available.
public interface class IWebHook
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
CanHandle(string) | Whether or not we can handle the request string |
![]() |
GetGuid() | The GUID of the webhook |
![]() |
HandleRequest(string, string, HttpListenerRequest, HttpListenerResponse, Stream, IDatabase) | Actually handle the request |