Show / Hide Table of Contents

Class ConfigFile.Webhooks

Configure webhooks - broadcast events to remote servers.

Inheritance
Object
ConfigFile.Webhooks
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class Webhooks

Properties

EnableWebhooks

Broadcast events to remote servers. Default false.

Declaration
public static bool EnableWebhooks { get; set; }
Property Value
Type Description
Boolean

NumThreads

How many background threads to run for dispatching webhooks. Default 0 = scale automatically according to demand.

Declaration
public static int NumThreads { get; set; }
Property Value
Type Description
Int32

RequireHttps

Require webhooks target URLs use HTTPS protocol. Should only be turned off during development. Default true.

Declaration
public static bool RequireHttps { get; set; }
Property Value
Type Description
Boolean

Timeout

Stop background threads after X number of seconds of idle time. Default 30 seconds.

Declaration
public static int Timeout { get; set; }
Property Value
Type Description
Int32

ValidateHttps

Require valid public HTTPS certificates. Self-signed or expired certs on webhook target URLs are refused. Should only be turned off during development. Default true.

Declaration
public static bool ValidateHttps { get; set; }
Property Value
Type Description
Boolean
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top