AdapterOptions 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.
Configuration options for CloudAdapter runtime behavior.
public class AdapterOptions
type AdapterOptions = class
Public Class AdapterOptions
- Inheritance
-
AdapterOptions
Constructors
| Name | Description |
|---|---|
| AdapterOptions() | |
Properties
| Name | Description |
|---|---|
| EmitStackTrace |
Gets or sets a value indicating whether stack traces should be emitted in OnTurnError output. |
| ShutdownTimeoutSeconds |
Gets or sets the maximum number of seconds to wait for the application to shut down gracefully. |
| ValidateServiceUrl |
Gets or sets a value indicating whether Activity.ServiceUrl should be validated using the 'serviceurl' claim in the incoming token. This is typically used to ensure that the request is coming from a trusted source. |