WebSocketFrameMask Property |
Version 112.3.0
WebSocket message mask.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public bool Mask { get; set; }
public:
property bool Mask {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also