HybridConnectionListener.Address Property

 

Gets the address on which to listen for HybridConnections. This address should be of the format "sb://contoso.servicebus.windows.net/yourhybridconnection".

Namespace:   Microsoft.ServiceBus.Relay
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

public Uri Address { get; private set; }
public:
property Uri^ Address {
    Uri^ get();
    private: void set(Uri^ value);
}
member Address : Uri with get, private set
Public Property Address As Uri
    Get
    Private Set
End Property

Property Value

Type: System.Uri

See Also

HybridConnectionListener Class
Microsoft.ServiceBus.Relay Namespace

Return to top