public sealed class GenericWebService : IMessage<Webhook.Types.GenericWebService>, IEquatable<Webhook.Types.GenericWebService>, IDeepCloneable<Webhook.Types.GenericWebService>, IBufferMessage, IMessage
Represents configuration for a generic web service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `GenericWebService` class is 2.23.0, but multiple versions are available, ranging from 1.0.0 to 2.23.0, with each one linked to its corresponding documentation."],["The `GenericWebService` class is a sealed class that represents configuration for a generic web service and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one default, and one that takes a `Webhook.Types.GenericWebService` object as a parameter."],["The `GenericWebService` class contains properties such as `Password`, `RequestHeaders`, `Uri`, and `Username`, which handle the HTTP basic authentication, the HTTP headers, and the webhook URI respectively."],["The `Password` and `Username` properties for HTTP Basic authentication are now marked as `Obsolete`."]]],[]]