InProcessTestClusterOptions.ClientHostConfigurationDelegates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the client host configuration delegates.
public System.Collections.Generic.List<Action<Microsoft.Extensions.Hosting.IHostApplicationBuilder>> ClientHostConfigurationDelegates { get; }
member this.ClientHostConfigurationDelegates : System.Collections.Generic.List<Action<Microsoft.Extensions.Hosting.IHostApplicationBuilder>>
Public ReadOnly Property ClientHostConfigurationDelegates As List(Of Action(Of IHostApplicationBuilder))
Property Value
The client host configuration delegates.