AutoProxy

This property enables using a HTTPS proxy server for the ODP.NET connection.

Declaration

// C#
public bool AutoProxy {get; set;}

Property Type

System.Boolean

Remarks

Default is null. When set to false or null, OracleConnection HttpsProxy and HttpsProxyPort properties are used for the HTTPS proxy server configuration.

If set to true, the default or system proxy server is used as the HTTPS proxy server. HttpsProxy and HttpsProxyPort are then ignored.