Return proxy listen URL

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
public abstract string RemoteListenUrl { get; }
Visual Basic
Public MustOverride ReadOnly Property RemoteListenUrl As String
	Get
Visual C++
public:
virtual property String^ RemoteListenUrl {
	String^ get () abstract;
}
F#
abstract RemoteListenUrl : string with get

Property Value

Type: String
Return listen URL

See Also