WebSocketMessagePayloadAsBytes Method |
Copy the WebSocketMessage's payload into a new Byte Array.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public byte[] PayloadAsBytes()
Public Function PayloadAsBytes As Byte()
public:
array<unsigned char>^ PayloadAsBytes()
Return Value
Type:
ByteA new byte array containing the (unmasked) payload.
See Also