SessionLoadResponseFromStream Method |
Replace HTTP response headers and body using the specified stream.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool LoadResponseFromStream(
Stream strmResponse,
string sOptionalContentTypeHint
)
Public Function LoadResponseFromStream (
strmResponse As Stream,
sOptionalContentTypeHint As String
) As Boolean
public:
bool LoadResponseFromStream(
Stream^ strmResponse,
String^ sOptionalContentTypeHint
)
Parameters
- strmResponse
- Type: System.IOStream
- sOptionalContentTypeHint
- Type: SystemString
Return Value
Type:
BooleanTrue if the Stream was successfully loaded.
See Also