WebSocketFramePayloadData Property |
Version 92.0.260
WebSocket message payload data.
If the opcode is 1, this is a text message and payloadData is a UTF-8 string.
If the opcode isn't 1, then payloadData is a base64 encoded string representing binary data.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntaxpublic string PayloadData { get; set; }
public:
property String^ PayloadData {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also