Click or drag to resize
BasePipe.Send Method
Sends a byte array through this pipe

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

Parameters

oBytes
Type:System.Byte[]
The bytes
See Also