Summary
Uses the application domain.
- Assembly
- Rocket
.Surgery .Hosting .dll - Namespace
- Rocket
.Surgery .Hosting - Containing Type
- RocketHostExtensions
Syntax
public static IRocketHostBuilder UseAppDomain(this IRocketHostBuilder builder, AppDomain appDomain, DiagnosticSource diagnosticSource = null)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | IRocketHostBuilder | The builder. |
| appDomain | AppDomain | The application domain. |
| diagnosticSource | DiagnosticSource | The diagnostic source. |
Return Value
| Type | Description |
|---|---|
| IRocketHostBuilder | IRocketHostBuilder. |
