Enum PipeReusePolicy
The policy which describes how this pipe may be reused by a later request. Ordered by least restrictive to most.
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public enum PipeReusePolicy
MarriedToClientPipe
The ServerPipe may be reused only by a subsequent request from the same client pipe
MarriedToClientProcess
The ServerPipe may be reused only by a subsequent request from the same client process
NoRestrictions
The ServerPipe may be freely reused by any subsequent request
NoReuse
The ServerPipe may not be reused for a subsequent request