Eplan Platform API
Eplan.IdentityClient Namespace / EProxySettings Class / EProxySettings Constructor / EProxySettings Constructor(EProxySettings)
EProxySettings object with configuration to be set.

In This Topic
    EProxySettings Constructor(EProxySettings)
    In This Topic
    EProxySettings constructor sets proxy configuration from existing object.
    Syntax
    public EProxySettings( 
       EProxySettings proxyConfig
    )
    public:
    EProxySettings( 
       EProxySettings^ proxyConfig
    )

    Parameters

    proxyConfig
    EProxySettings object with configuration to be set.
    See Also