The following tables list the members exposed by the IWebHook type.

Name Description
Public method CanHandle(string) Whether or not we can handle the request string
Public method GetGuid() The GUID of the webhook
Public method HandleRequest(string, string, HttpListenerRequest, HttpListenerResponse, Stream, IDatabase) Actually handle the request
Top