Enumerates the types of frames described by the WebSocket protocol.
Namespace: OpenQA.Selenium.Safari.InternalAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Continuation | 0 | Indicates a continuation frame. | |
Text | 1 | Indicates a text frame. | |
Binary | 2 | Indicates a binary frame. | |
Close | 8 | Indicates a close frame. | |
Ping | 9 | Indicates a ping frame. | |
Pong | 10 | Indicates a ping response frame. |
See Also