ServiceRegistrySettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the settings for the Azure Service Bus registry.
public class ServiceRegistrySettings : System.ServiceModel.Description.IEndpointBehavior
type ServiceRegistrySettings = class
interface IEndpointBehavior
Public Class ServiceRegistrySettings
Implements IEndpointBehavior
- Inheritance
-
ServiceRegistrySettings
- Implements
Constructors
ServiceRegistrySettings() |
Initializes a new instance of the ServiceRegistrySettings class. |
ServiceRegistrySettings(DiscoveryType) |
Initializes a new instance of the ServiceRegistrySettings class using the specified discovery type. |
Fields
allowUnauthenticatedAccess |
true if the 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. |
Properties
DiscoveryMode |
Gets or sets how the service is discovered. |
DisplayName |
Gets or sets the display name for the endpoint. |
Explicit Interface Implementations
IEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection) |
Passes data at runtime to bindings to support custom behavior. |
IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime) |
This implementation does nothing. |
IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) |
This implementation does nothing. |
IEndpointBehavior.Validate(ServiceEndpoint) |
This method does nothing. |
Applies to
Azure SDK for .NET