Click or drag to resize
WebSocketMessageSetPayload Method (String)
Replaces the WebSocketMessage's payload with the specified string, masking if needed.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public void SetPayload(
	string sPayload
)

Parameters

sPayload
Type: SystemString
See Also