[ Version ( deprecated = true , deprecated_since = "2.38" , since = "2.30" ) ]
public void prepare_for_uri (URI uri)
Warning: prepare_for_uri is deprecated since 2.38.
Tells this that uri
may be requested shortly, and so the session can try to prepare
(resolving the domain name, obtaining proxy address, etc.
use prefetch_dns instead
) in order to work more quickly once the URI is actually requested.
this |
a Session |
uri |
a URI which may be required |