Method | Description | |
---|---|---|
MyWebHookSender ( ILogger logger ) : System.Net.Http |
Method | Description | |
---|---|---|
CreateWebHookRequest ( |
By overriding this method you can shape the WebHook request URI exactly as you want, both in terms of HTTP headers and HTTP body.
|
|
CreateWebHookRequestBody ( |
By overriding this method you can control just the WebHook request body. The rest of the WebHook request follows the default model including the HTTP header containing a signature of the body.
|
|
SignWebHookRequest ( |
By overriding this method you can control just the WebHook header containing a signature of the body.
|
protected CreateWebHookRequest ( |
||
workItem | ||
return |
protected CreateWebHookRequestBody ( |
||
workItem | ||
return | Newtonsoft.Json.Linq.JObject |
public MyWebHookSender ( ILogger logger ) : System.Net.Http | ||
logger | ILogger | |
return | System.Net.Http |
protected SignWebHookRequest ( |
||
workItem | ||
request | ||
body | Newtonsoft.Json.Linq.JObject | |
return | void |