EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.Enabled

TElSecureServer     See also    


 

Specifies whether secure session is established before sending the data.

 
 

Declaration

[C#]
    bool Enabled

[VB.NET]
    Property Enabled As Boolean

[Pascal]
    property Enabled : boolean;

[VB6]
    Property IElSecureServerX.Enabled As Boolean

[ActiveX]
    HRESULT _stdcall IElSecureServerX.Enabled([in] VARIANT_BOOL Value);
    HRESULT _stdcall IElSecureServerX.Enabled([out, retval] VARIANT_BOOL * Value);

[DLL]
    __stdcall DWORD SBServerEnable(HANDLE handle);
    __stdcall DWORD SBServerDisable(HANDLE handle);
    __stdcall BOOL SBServerIsEnabled(HANDLE handle);
 
 

Parameters

[DLL]handle - handle to the TElSecureServer object that was returned by Constructor

 
 

Description

    This property defines the way TElSecureServer establishes session. When TElSecureServer is enabled, it performs it's job i.e. establishes SSL/TLS session and encrypts the data. When Enabled is false, TElSecureServer passes the data unchanged. This lets the application call the same methods regardless on whether the secure or regular session is established.
    Example: when the socket is used for HTTP transfer, the application can use TElSecureServer's method both for HTTPS and plain HTTP sessions by enabling or disabling TElSecureServer accordingly.

 
 

See also:     CipherSuites    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation