Summary
Uses the command line.
- Assembly
- Rocket
.Surgery .Hosting .dll - Namespace
- Rocket
.Surgery .Hosting - Containing Type
- RocketHostExtensions
Syntax
public static IRocketHostBuilder UseCommandLine(this IRocketHostBuilder builder, Action<ConsoleLifetimeOptions> configureOptions)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | IRocketHostBuilder | The builder. |
| configureOptions | Action |
The configure options. |
Return Value
| Type | Description |
|---|---|
| IRocketHostBuilder | IRocketHostBuilder. |
