Dart SecureTcp, SecureServer Controls
SecureServer Object Members
Overview 
Public Methods
Public Method AboutShow the About Box.
Public Method CloseClose the listening port
Public Method ListenListen for connections
Public Properties
Public Property CertificateCertificate Object to use when authenticating to the remote host
Public Property ChildrenReturns a collection of SecureTCP child connections accepted by the server.
Public Property ClientAuthenticationRequire client authentication.
Public Property LocalAddressWhen the State property is tcpConnected, returns the IP address of the local host. When not connected, returns an empty string.
Public Property LocalPortWhen the State property is tcpConnected, returns the port number that the socket is bound to. When not connected, returns 0.
Public Property ProtocolSpecifies the security protocol used.
Public Property ReuseAddressWhen True, the REUSEADDR socket option is set to accept duplicate use of the same LocalAddress / LocalPort pair (these are optional parameters of the Listen method). If used, this property must be set prior to calling the Listen method and can be set at design time.
Events
Public Event AuthenticateFires when the client has sent a certificate to be authenticated.
Public Event CountFires to indicate that the SecureServer.Children.Count property has changed.
Public Event ErrorFires when an error condition occurs.
Public Event ReceiveFires when ReceiveBufferCount changes.
Public Event SendFires when the system accepts data for sending.
Public Event StateFires when the State property changes.
See Also

SecureServer Object


PowerTCP SSL for ActiveX Documentation Version 2.2.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic