|
|
| AcceptAnyServerCert
| If set the component will accept any certificate presented by the server
|
| BindExclusively
| Whether or not the component considers a local port reserved for exclusive use.
|
| CloseStreamAfterTransfer
| If true, the component will close the upload or download stream after the transfer.
|
| CodePage
| The system code page used for Unicode to Multibyte translations (Windows/COM only).
|
| InBufferSize
| The size in bytes of the incoming queue of the socket.
|
| MaxConnections
| The maximum number of connections available
|
| OpenSSLCADir
| The path to a directory containing CA certificates.
|
| OpenSSLCAFile
| Name of the file containing the list of CA's trusted by your application.
|
| OpenSSLCipherList
| A string that controls the ciphers to be used by SSL.
|
| OpenSSLPrngSeedData
| The data to seed the pseudo random number generator(PRNG).
|
| OutBufferSize
| The size in bytes of the outgoing queue of the socket.
|
| ReuseSSLSession
| Determines if the SSL session is reused.
|
| SSLCipherStrength
| The minimum cipher strength used for bulk encryption.
|
| SSLEnabledProtocols
| Used to enable/disable the supported security protocols.
|
| SSLProvider
| The name of the security provider to use.
|
| SSLSecurityFlags
| Flags that control certificate verification
|
| TcpNoDelay
| Whether or not to delay when sending packets
|
| WinsockInfo
| Identifying information about the loaded Winsock stack (Windows only)
|
| WinsockLoaded
| Loads and unloads Winsock on demand (Windows only)
|
| WinsockMaxDatagramSize
| Size in bytes of the largest UDP datagram that can be sent or received (Windows only)
|
| WinsockMaxSockets
| Maximum number of sockets available to a single process (Windows only)
|
| WinsockPath
| The path to the Winsock DLL used (Windows only)
|
| WinsockStatus
| The status of the Winsock stack (Windows only)
|