EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.Active

TElSecureServer     See also    


 

Specifies whether the session has been established and the data can be sent and received.

 
 

Declaration

[C#]
    bool Active;

[VB.NET]
     Property Active As Boolean

[Pascal]
    property Active : boolean;

[VB6]
    Property IElSecureServerX.Active As Boolean

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

[DLL]
    __stdcall BOOL SBServerIsEnabled(HANDLE handle);
 
 

Parameters

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

 
 

Description

    This read-only property returns true if the secure session was established and the server can send data. If the server can't send the data now, false is returned. The client should check the value of the property before calling SendData method.

 
 

See also:     CipherSuites     SendData    

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