Class Constants.HttpClients
Defines constants for named http clients.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class HttpClients
Fields
View SourceIgnoreCertificateErrors
Name for http client which ignores certificate errors.
Declaration
public const string IgnoreCertificateErrors = "Umbraco:HttpClients:IgnoreCertificateErrors"
Field Value
Type | Description |
---|---|
System.String |
WebhookFiring
Name for http client which sends webhook requests.
Declaration
public const string WebhookFiring = "Umbraco:HttpClients:WebhookFiring"
Field Value
Type | Description |
---|---|
System.String |