Enum InterceptPhase
[JsonConverter(typeof(CamelCaseEnumConverter<InterceptPhase>))]
public enum InterceptPhase
Fields
AuthRequired = 2BeforeRequestSent = 0ResponseStarted = 1
[JsonConverter(typeof(CamelCaseEnumConverter<InterceptPhase>))]
public enum InterceptPhase
AuthRequired = 2BeforeRequestSent = 0ResponseStarted = 1