Enum InterceptionStage
Stages of the interception to begin intercepting. Request will intercept before the request is sent. Response will intercept after the response is received.
[JsonConverter(typeof(JsonEnumMemberConverter<InterceptionStage>))]
public enum InterceptionStage
Fields
[EnumMember(Value = "HeadersReceived")] HeadersReceived = 1Enumerated member for the HeadersReceived value.
[EnumMember(Value = "Request")] Request = 0Enumerated member for the Request value.