Interface IRetryEvent
Event containing information about the happened retry
public interface IRetryEvent
Properties
Exception
SocketException that triggered the retry
Exception Exception { get; }
Property Value
HttpStatusCode
Http status code for the retried request
int HttpStatusCode { get; }
Property Value
Properties
Event property bag
IDictionary<string, object> Properties { get; }
Property Value
Request
Request that was retried
Uri Request { get; }
Property Value
WaitTime
Wait before the next try in seconds
int WaitTime { get; }