次の方法で共有


WebPubSubContext クラス

定義

Web PubSub サービス要求コンテキスト。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.WebJobs.Extensions.WebPubSub.WebPubSubContextJsonConverter))]
public class WebPubSubContext
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.WebJobs.Extensions.WebPubSub.WebPubSubContextJsonConverter))>]
type WebPubSubContext = class
Public Class WebPubSubContext
継承
WebPubSubContext
属性
Newtonsoft.Json.JsonConverterAttribute

プロパティ

ErrorMessage

エラー詳細メッセージ。

HasError

要求にエラーがあるかどうかを示すフラグ。

IsPreflight

検証要求であるかどうかを示すフラグ。

Request

要求本文。

Response

簡単に戻るためのシステム ビルド応答は、AbuseProtection と Errors に対して機能します。

適用対象