Returns


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getSSLEnabled() As Boolean
C#
public bool getSSLEnabled()
C++
public:
 bool getSSLEnabled() sealed 
J#
public bool getSSLEnabled()
JScript
public  function getSSLEnabled() : bool

Return Value

the SSL enable flag.

Remarks

SSL is disabled by default.

See Also