This topic has not yet been rated - Rate this topic

ServiceRegistrySettings Class

Contains the settings for the Service Bus registry.

System.Object
  Microsoft.ServiceBus.ServiceRegistrySettings

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public class ServiceRegistrySettings : IEndpointBehavior

The ServiceRegistrySettings type exposes the following members.

  Name Description
Public method ServiceRegistrySettings() Initializes a new instance of the ServiceRegistrySettings class.
Public method ServiceRegistrySettings(DiscoveryType) Initializes a new instance of the ServiceRegistrySettings class using the specified discovery type.
Top
  Name Description
Public property DiscoveryMode Gets or sets how the service is discovered.
Public property DisplayName Gets or sets the display name for the endpoint.
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top
  Name Description
Protected field allowUnauthenticatedAccess true if your endpoint allows for unauthenticated access; otherwise, false. The default value is false.
Protected field transportProtectionEnabled true if transport protection is enabled; otherwise, false. The default value is true.
Top
  Name Description
Explicit interface implemetation Private method IEndpointBehavior.AddBindingParameters Adds the specified binding parameters to the specified endpoint.
Explicit interface implemetation Private method IEndpointBehavior.ApplyClientBehavior Implements or modifies the specified client across the specified runtime.
Explicit interface implemetation Private method IEndpointBehavior.ApplyDispatchBehavior Implements a modification or extension of the service across an endpoint.
Explicit interface implemetation Private method IEndpointBehavior.Validate Confirms that the endpoint meets some intended criteria.
Top

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)