set_handle_backoff_responses


Description:

[ Version ( since = "3.54" ) ]
public void set_handle_backoff_responses (bool handle_backoff_responses)

Sets whether to automatically handle backoff responses from the server, that is, when the server requests the client to retry later.

Note: This handles only the synchronous functions to send the messages. Clients using the asynchronous API need to handle the backoff responses on their own.

Parameters:

this

an SoupSession

handle_backoff_responses

the value to set