[TIBCO.EMS .NET Admin client library 6.3 documentation]

Indicates whether or not bridging to and from SmartSockets transports is enabled.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool TibssTransportsEnabled { get; }
Public ReadOnly Property TibssTransportsEnabled As Boolean
public:
property bool TibssTransportsEnabled {
	bool get ();
}

Return Value

true if TIBCO SmartSockets bridge is enabled, false otherwise.

Remarks

If this is not enabled then, even though transports of this type may be defined in the transports.conf file, messages will not be exported to or imported from those transports.

See Also