ClientRetryPolicy
The  ClientRetryPolicy instance used by a default
             ClientPipeline.
            
Creates a new instance of the  ClientRetryPolicy class.
            
Creates a new instance of the  ClientRetryPolicy class.
            
A method that can be overridden by derived types to customize the default
             ClientRetryPolicy logic. It is called from
             Process
            to determine how long the policy should wait before re-sending the request.
            
A method that can be overridden by derived types to extend the default
             ClientRetryPolicy logic.  It is called from
             Process
            just after control has been returned from the policy at the position
            after the retry policy in the pipeline.
            
A method that can be overridden by derived types to extend the default
             ClientRetryPolicy logic.  It is called from
             Process
            just after control has been returned from the policy at the position
            after the retry policy in the pipeline.
            
A method that can be overridden by derived types to extend the default
             ClientRetryPolicy logic.  It is called from
             Process
            prior to passing control to the next policy in the pipeline.
            
A method that can be overridden by derived types to extend the default
             ClientRetryPolicy logic.  It is called from
             Process
            prior to passing control to the next policy in the pipeline.
            
A method that can be overridden by derived types to extend the default
             ClientRetryPolicy logic.  It is called from
             Process
            after the time interval for the current retry attempt has passed.
            
A method that can be overridden by derived types to customize the default
             ClientRetryPolicy logic. It is called from
             Process
            after control has been returned from the policy at the position
            after the retry policy in the pipeline.
            
A method that can be overridden by derived types to customize the default
             ClientRetryPolicy logic. It is called from
             Process
            after control has been returned from the policy at the position
            after the retry policy in the pipeline.
            
A method that can be overridden by derived types to customize the default
             ClientRetryPolicy logic. It is called from
             Process
            to wait the time interval returned by  GetNextDelay.
            
A method that can be overridden by derived types to customize the default
             ClientRetryPolicy logic. It is called from
             Process
            to wait the time interval returned by  GetNextDelay.