Interface to implement a web hook

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

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.
public interface IWebHook
This language is not supported or no code example is available.
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

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1