Sends a byte array through this pipe
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public void Send(
byte[] oBytes
)
Public Sub Send (
oBytes As Byte()
)
public:
void Send(
array<unsigned char>^ oBytes
)
Parameters
- oBytes
- Type: SystemByte
The bytes
See Also