WebSocketFrameOpcode Property |
Version 91.1.160
WebSocket message opcode.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax public long Opcode { get; set; }
public:
property long long Opcode {
long long get ();
void set (long long value);
}
Property Value
Type:
Int64See Also