is_ready


Description:

[ Version ( since = "2.42" ) ]
public virtual bool is_ready (Message msg)

Tests if this is ready to make a request for msg with.

For most auths, this is equivalent to soup_auth_is_authenticated, but for some auth types (eg, NTLM), the auth may be sendable (eg, as an authentication request) even before it is authenticated.

Parameters:

this

a Auth

msg

a Message

Returns:

true if this is ready to make a request with.