SetListenFlags

This method saves additional, optional TLS configuration settings of the server.
METHOD FINAL SetListenFlags : I_SocketTlsSettingsClass
VAR_INPUT
flags : ST_TlsListenFlags;
END_VAR
flags: parameter of type ST_TlsListenFlags with additional, optional TLS configuration settings of the server. The value of the "flags" member variable "bNoClientCert" determines whether the configuration of the client certificate is required (FALSE, default) or not required (TRUE).
Return parameter: Own interface pointer of type I_SocketTlsSettingsClass.