ServerComponentsEndpointOptions Class

Definition

Options to configure interactive Server components.

public class ServerComponentsEndpointOptions
type ServerComponentsEndpointOptions = class
Public Class ServerComponentsEndpointOptions
Inheritance
ServerComponentsEndpointOptions

Constructors

ServerComponentsEndpointOptions()

Properties

ConfigureWebSocketAcceptContext

Gets or sets a function to configure the WebSocketAcceptContext for the websocket connections used by the server components.

ContentSecurityFrameAncestorsPolicy

Gets or sets the frame-ancestorsContent-Security-Policy to set in the HttpResponse when ConfigureWebSocketAcceptContext is set.

DisableWebSocketCompression

Gets or sets a value that determines if WebSocket compression should be disabled.

Applies to