HTTPHeadersGetWriterLock Method |
Get the Writer Lock if you plan to change the Storage collection.
NB: You only need this lock if you plan to change the collection itself; you can party on the items in the collection if you like without locking.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax protected void GetWriterLock()
Protected Sub GetWriterLock
protected:
void GetWriterLock()
See Also