AdapterOptions Class

Definition

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.

Applies to