WebApplicationFactory<TEntryPoint>.ClientOptions 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 WebApplicationFactoryClientOptions used by CreateClient().
public:
 property Microsoft::AspNetCore::Mvc::Testing::WebApplicationFactoryClientOptions ^ ClientOptions { Microsoft::AspNetCore::Mvc::Testing::WebApplicationFactoryClientOptions ^ get(); };
	public Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactoryClientOptions ClientOptions { get; }
	member this.ClientOptions : Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactoryClientOptions
	Public ReadOnly Property ClientOptions As WebApplicationFactoryClientOptions