[TIBCO.EMS .NET client library 7.0 documentation]

Get URL of the server this connection is currently connected to

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.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