Share via


PreflightRequest Class

Definition

Preflight OPTIONS request for Abuse Protection validation.

[System.Runtime.Serialization.DataContract]
public sealed class PreflightRequest : Microsoft.Azure.WebPubSub.Common.WebPubSubEventRequest
[<System.Runtime.Serialization.DataContract>]
type PreflightRequest = class
    inherit WebPubSubEventRequest
Public NotInheritable Class PreflightRequest
Inherits WebPubSubEventRequest
Inheritance
PreflightRequest
Attributes

Constructors

PreflightRequest(Boolean)

Preflight request

Properties

ConnectionContext

Connection context contains connection metadata following CloudEvents.

(Inherited from WebPubSubEventRequest)
IsValid

Flag to indicate whether the request is valid. The property will be preprocessed with available validation options when parsing the request.

Applies to