@@ -325,6 +325,9 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount;
// When NO, requests will not check the secure certificate is valid (use for self-signed certificates during development, DO NOT USE IN PRODUCTION) Default is YES
BOOLvalidatesSecureCertificate;
// If not nil and the URL scheme is https, CFNetwork configured to supply a client certificate
SecIdentityRefclientCertificateIdentity;
// Details on the proxy to use - you could set these yourself, but it's probably best to let ASIHTTPRequest detect the system proxy settings
NSString*proxyHost;
...
...
@@ -593,6 +596,10 @@ extern unsigned long const ASIWWANBandwidthThrottleAmount;