Search Results for

    Show / Hide Table of Contents

    Enum WebSocketFrameDirection

    Direction of a WebSocket frame relative to the proxy.

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

    Fields

    Name Description
    ClientToServer

    Client → server (must be masked on the wire).

    ServerToClient

    Server → client (must not be masked on the wire).

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