Click or drag to resize
WebSocketMessagePayloadAsBytes Method
Copy the WebSocketMessage's payload into a new Byte Array.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public byte[] PayloadAsBytes()

Return Value

Type: Byte
A new byte array containing the (unmasked) payload.
See Also