EldoS
Navigation
Web site
Support
Table Of Contents

TElSSLSocket class

Properties     Methods     Declared in    


 

This is the base class for ClientSSLSocket and ServerSSLSocket classes. This class is abstract, do not use it directly.

 
 

Description

    The SSLSocket class creates a managed version of an Secure Socket Layer transport service.
    If you use Socket class somewhere you can just replace it with ClientSSLSocket and/or ServerSSLSocket to get SLL functionality.
    This class is abstract. Do not use it directly. To get necessary functionality use appropriate methods of ClientSSLSocket and ServerSSLSocket classes.

 
 

Properties

  • Available
  • Blocking
  • CipherSuite
  • Connected
  • CurrentVersion
  • LocalEndPoint
  • RemoteEndPoint
  • Socket
  • SocketFlags
  • Versions
 
 

Methods

  • Constructor
  • BeginReceive
  • BeginSend
  • Bind
  • Close
  • CloseSocket
  • EndReceive
  • EndSend
  • Equals
  • get_CipherSuites
  • Poll
  • Receive
  • Send
  • set_CipherSuites
 
 

Declared in

.NET:

  • Namespace: SecureBlackbox.SSLSocket
  • Assembly: SecureBlackbox.SSLSocket
VCL: Not available

ActiveX/DLL: Not available
 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation