Eplan Platform API
Eplan.IdentityClient Namespace / EProxySettings Class / UseSystemProxy Property

In This Topic
    UseSystemProxy Property
    In This Topic
    Indicates if system proxy is used. Default = true.
    Syntax
    public bool UseSystemProxy {get; set;}
    public:
    property bool UseSystemProxy {
       bool get();
       void set (    bool value);
    }
    See Also