Certificate | Certificate Object to use when authenticating to the remote host |
Children | Returns a collection of SecureTCP child connections accepted by the server. |
ClientAuthentication | Require client authentication. |
LocalAddress | When the State property is tcpConnected, returns the IP address of the local host. When not connected, returns an empty string. |
LocalPort | When the State property is tcpConnected, returns the port number that the socket is bound to. When not connected, returns 0. |
Protocol | Specifies the security protocol used. |
ReuseAddress | When 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. |