UtilitiesReadEntireStream Method (Stream) |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static byte[] ReadEntireStream(
Stream oS
)
Public Shared Function ReadEntireStream (
oS As Stream
) As Byte()
public:
static array<unsigned char>^ ReadEntireStream(
Stream^ oS
)
Parameters
- oS
- Type: System.IOStream
Return Value
Type:
ByteSee Also