EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.ClearCommandChannel

TElAS3Client    


 

Sends CCC (Clear Command Channel) command

 
 

Declaration

[C#]
    void ClearCommandChannel();
    void ClearCommandChannel(bool GracefulSSLClosure);

[VB.NET]
    Sub ClearCommandChannel()
    Sub ClearCommandChannel(ByVal GracefulSSLClosure As Boolean)

[Pascal]
    procedure ClearCommandChannel();
    procedure ClearCommandChannel(GracefulSSLClosure: boolean);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • GracefulSSLClosure - set this parameter to True to send closure notification to the server
 
 

Description

    Use this method to send CCC command. CCC command clears command channel encryption state, turning off SSL/TLS encryption.

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