Search Results for

    Show / Hide Table of Contents

    Enum WebSocketFrameInterceptAction

    Action taken by a BeforeWebSocketFrame handler.

    Namespace: Titanium.Web.Proxy.EventArguments
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public enum WebSocketFrameInterceptAction

    Fields

    Name Description
    Drop

    Drop the frame; do not write it to the peer.

    Forward

    Forward the frame (default).

    Replace

    Replace the payload (and optionally opcode) before forwarding.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX