ProxySettingsUseDefaultProxy Property | |
Gets or sets Default Proxy.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute(false)]
public bool UseDefaultProxy { get; set; }
public:
[DefaultValueAttribute(false)]
virtual property bool UseDefaultProxy {
bool get () sealed;
void set (bool value) sealed;
}
function get_UseDefaultProxy();
function set_UseDefaultProxy(value);
Property Value
Type:
BooleanSee Also