TestServerOptions Class
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.
Options for the test server.
public class TestServerOptions
type TestServerOptions = class
Public Class TestServerOptions
- Inheritance
-
TestServerOptions
Constructors
TestServerOptions() |
Properties
AllowSynchronousIO |
Gets or sets a value that controls whether synchronous IO is allowed for the Request and Response. The default value is |
BaseAddress |
Gets or sets the base address associated with the HttpClient returned by the test server. Defaults to http://localhost/. |
PreserveExecutionContext |
Gets or sets a value that controls if ExecutionContext and AsyncLocal<T> values are preserved from the client to the server. The default value is |