Eplan Platform API
Eplan.IdentityClient Namespace / EProxySettings Class
Members

In This Topic
    EProxySettings Class
    In This Topic
    Proxy configuration class.
    Inheritance Hierarchy

    System.Object
       Eplan.IdentityClient.EProxySettings

    Syntax
    public class EProxySettings 
    public ref class EProxySettings 
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates if proxy is active. Default = false.  
    Public PropertyIP address. Default = empty.  
    Public PropertyDomain name. Default = empty.  
    Public PropertyPassword. Default = empty.  
    Public PropertyEncrypted password. Default = empty.  
    Public PropertyPort number. Default = -1.  
    Public PropertyScript address. Default = empty.  
    Public PropertyUser name. Default = empty.  
    Public PropertyIndicates if system proxy is used. Default = true.  
    Top
    See Also