[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

Get URL of the server this connection is currently connected to

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

Syntax

public string ActiveURL { get; }
Public ReadOnly Property ActiveURL As String
public:
property String^ ActiveURL {
	String^ get ();
}

Remarks

This property holds the URL of the server at the other endpoint of the connection. When the connection interacts with several servers in a fault-tolerant arrangement, this property indicates the current active server.

See Also