[TIBCO.EMS .NET client library 7.0 documentation]
Return true if the connection communicates with a secure protocol; otherwise false.
Remarks
Namespace:
TIBCO.EMS
Assembly:
TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
|
---|
[ObsoleteAttribute("EMS clients should no longer use this method; it has been deprecated.")]
public bool IsSecure { get; } |
|
---|
<ObsoleteAttribute("EMS clients should no longer use this method; it has been deprecated.")> _
Public ReadOnly Property IsSecure As Boolean |
|
---|
[ObsoleteAttribute(L"EMS clients should no longer use this method; it has been deprecated.")]
public:
property bool IsSecure {
bool get ();
} |
See Also