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