ServerComponentsEndpointOptions クラス

定義

対話型サーバー コンポーネントを構成するためのオプション。

public class ServerComponentsEndpointOptions
type ServerComponentsEndpointOptions = class
Public Class ServerComponentsEndpointOptions
継承
ServerComponentsEndpointOptions

コンストラクター

ServerComponentsEndpointOptions()

対話型サーバー コンポーネントを構成するためのオプション。

プロパティ

ConfigureWebSocketAcceptContext

サーバー コンポーネントによって使用される websocket 接続の WebSocketAcceptContext を構成する関数を取得または設定します。

ContentSecurityFrameAncestorsPolicy

ConfigureWebSocketAcceptContext が設定されたときに HttpResponse で設定する frame-ancestorsContent-Security-Policy を取得または設定します。

DisableWebSocketCompression

WebSocket 圧縮を無効にするかどうかを決定する値を取得または設定します。

適用対象