SessionBuildFromData Method |
Factory constructor
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static Session BuildFromData(
bool bClone,
HTTPRequestHeaders headersRequest,
byte[] arrRequestBody,
HTTPResponseHeaders headersResponse,
byte[] arrResponseBody,
SessionFlags oSF
)
Public Shared Function BuildFromData (
bClone As Boolean,
headersRequest As HTTPRequestHeaders,
arrRequestBody As Byte(),
headersResponse As HTTPResponseHeaders,
arrResponseBody As Byte(),
oSF As SessionFlags
) As Session
public:
static Session^ BuildFromData(
bool bClone,
HTTPRequestHeaders^ headersRequest,
array<unsigned char>^ arrRequestBody,
HTTPResponseHeaders^ headersResponse,
array<unsigned char>^ arrResponseBody,
SessionFlags oSF
)
Parameters
- bClone
- Type: SystemBoolean
- headersRequest
- Type: FiddlerHTTPRequestHeaders
- arrRequestBody
- Type: SystemByte
- headersResponse
- Type: FiddlerHTTPResponseHeaders
- arrResponseBody
- Type: SystemByte
- oSF
- Type: FiddlerSessionFlags
Return Value
Type:
SessionSee Also