ServiceRegistrySettings Class
Contains the settings for the Service Bus registry.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
The ServiceRegistrySettings type exposes the following members.
| Name | Description | |
|---|---|---|
|
ServiceRegistrySettings() | Initializes a new instance of the ServiceRegistrySettings class. |
|
ServiceRegistrySettings(DiscoveryType) | Initializes a new instance of the ServiceRegistrySettings class using the specified discovery type. |
| Name | Description | |
|---|---|---|
|
DiscoveryMode | Gets or sets how the service is discovered. |
|
DisplayName | Gets or sets the display name for the endpoint. |
| Name | Description | |
|---|---|---|
|
allowUnauthenticatedAccess | true if your endpoint allows for unauthenticated access; otherwise, false. The default value is false. |
|
transportProtectionEnabled | true if transport protection is enabled; otherwise, false. The default value is true. |
| Name | Description | |
|---|---|---|
|
IEndpointBehavior.AddBindingParameters | Adds the specified binding parameters to the specified endpoint. |
|
IEndpointBehavior.ApplyClientBehavior | Implements or modifies the specified client across the specified runtime. |
|
IEndpointBehavior.ApplyDispatchBehavior | Implements a modification or extension of the service across an endpoint. |
|
IEndpointBehavior.Validate | Confirms that the endpoint meets some intended criteria. |
Service Bus supports only Full Trust code access security.
This type is used as a behavior to indicate whether you want your listener to be discoverable on the Service Bus. If your listener is private, then only individuals that know the specific URI can connect. If the listener is public, then anyone can navigate the Service Bus hierarchy and find your listener.
For more information on setting service registry settings, see Discovering and Exposing an AppFabric Service Bus Service.