HTTPHeadersToArray Method |
Copies the Headers to a new array.
Prefer this method over the enumerator to avoid cross-thread problems.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public HTTPHeaderItem[] ToArray()
Public Function ToArray As HTTPHeaderItem()
public:
array<HTTPHeaderItem^>^ ToArray()
Return Value
Type:
HTTPHeaderItemAn array containing HTTPHeaderItems
See Also