EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureClient.Active

TElSecureClient     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 IElSecureClientX.Active As Boolean

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

[DLL]
    __stdcall BOOL SBClientIsActive(HANDLE handle);
 
 

Parameters

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

 
 

Description

    This read-only property returns true if the secure session was established and the client can send data. If the client 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