ServiceBusEnvironment Class

Definition

Describes the Service Bus environment.

public static class ServiceBusEnvironment
type ServiceBusEnvironment = class
Public Class ServiceBusEnvironment
Inheritance
ServiceBusEnvironment

Properties

DefaultIdentityHostName

Gets the default host name for the Access Control Service.

SystemConnectivity

Gets the singleton ConnectivitySettings instance that holds the connectivity settings for TCP and HTTP-based endpoints.

Methods

CreateAccessControlUri(String)

Creates a URI string to use with access control for the specified service namespace.

CreateServiceUri(String, String, String)

Constructs the Service Bus URI for an application, using the specified scheme, service namespace, and service path.

CreateServiceUri(String, String, String, Boolean)

Constructs the Service Bus URI for an application, using the specified scheme, service namespace, service path, and relayed path prefix.

Applies to