Dart SecureTcp, SecureServer Controls
ReuseAddress Property
Description
When True, the REUSEADDR socket option is set to accept duplicate use of the same LocalAddress / LocalPort pair (these are optional parameters of the Connect and Listen methods). If used, this property must be set prior to calling the Connect or Listen method and can be set at design time.
Property type
Read-write property
Syntax
Visual Basic
Public Property ReuseAddress As Boolean
Remarks
This feature is used to comply with some protocols that require the use of the same port number for multiple active connections (such as an FTP server using data port 20 when responding to multiple FTP clients).
See Also

SecureTcp Object  | SecureTcp Members


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