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). |