For a list of all members of this type, see IFirewallServices members.
Public Methods
| Name | Description |
| AddSingleton | Overloaded.
Adds a singleton service of the type specified in TService with an instance specified
in implementationInstance to the specified Microsoft.Extensions.DependencyInjection.IServiceCollection.
|
| AddTransient | Overloaded.
Adds a transient service of the type specified in TService with an instance specified in implementationInstance to the specified Microsoft.Extensions.DependencyInjection.IServiceCollection.
|
| ReUseSingleton<T,TBase> |
reuse create a copy of T to re-use it as TBase
|
| UseDatabase | Overloaded.
use a single database for firewall state as well as add-ons that use a database
|
Top
See Also