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