Méthode | Description | |
---|---|---|
GetIdValidator ( ) : IWebHookIdValidator |
Gets a default IWebHookIdValidator implementation which is used if none are registered with the Dependency Injection engine.
|
|
GetRegistrars ( ) : IEnumerable |
Gets the set of IWebHookRegistrar instances discovered by a default discovery mechanism which is used if none are registered with the Dependency Injection engine.
|
|
SetIdValidator ( IWebHookIdValidator instance ) : void |
Sets a default IWebHookIdValidator implementation which is used if none are registered with the Dependency Injection engine.
|
Méthode | Description | |
---|---|---|
Reset ( ) : void |
For testing purposes
|
public static GetIdValidator ( ) : IWebHookIdValidator | ||
Résultat | IWebHookIdValidator |
public static GetRegistrars ( ) : IEnumerable |
||
Résultat | IEnumerable |
public static SetIdValidator ( IWebHookIdValidator instance ) : void | ||
instance | IWebHookIdValidator | The |
Résultat | void |