Method | 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.
|
Method | Description | |
---|---|---|
Reset ( ) : void |
For testing purposes
|
public static GetIdValidator ( ) : IWebHookIdValidator | ||
return | IWebHookIdValidator |
public static GetRegistrars ( ) : IEnumerable |
||
return | IEnumerable |
public static SetIdValidator ( IWebHookIdValidator instance ) : void | ||
instance | IWebHookIdValidator | The |
return | void |