Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ServiceBusClientOptions Class
Definition
- Namespace:
- Azure.Messaging.ServiceBus
- Assembly:
- Azure.Messaging.ServiceBus.dll
- Package:
- Azure.Messaging.ServiceBus v7.20.1
- Package:
- Azure.Messaging.ServiceBus v7.18.0-beta.1
- Source:
- ServiceBusClientOptions.cs
- Source:
- ServiceBusClientOptions.cs
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.
The set of options that can be specified when creating an Azure.Messaging.ServiceBus.ServiceBusConnection to configure its behavior.
public class ServiceBusClientOptions
type ServiceBusClientOptions = class
Public Class ServiceBusClientOptions
- Inheritance
-
ServiceBusClientOptions
Constructors
| Name | Description |
|---|---|
| ServiceBusClientOptions() | |
Properties
| Name | Description |
|---|---|
| CertificateValidationCallback |
A RemoteCertificateValidationCallback delegate allowing custom logic to be considered for validation of the remote certificate responsible for encrypting communication. |
| ConnectionIdleTimeout |
The amount of time to allow a connection to have no observed traffic before considering it idle and eligible to close. |
| CustomEndpointAddress |
A custom endpoint address that can be used when establishing the connection to the Service Bus service. |
| EnableCrossEntityTransactions |
Gets or sets a flag that indicates whether or not transactions may span multiple Service Bus entities. |
| Identifier |
A property used to set the ServiceBusClient ID to identify the client. This can be used to correlate logs
and exceptions. If |
| RetryOptions |
The set of options to use for determining whether a failed service operation should be retried and, if so, the amount of time to wait between retry attempts. These options also control the amount of time allowed for the individual network operations used for interactions with the Service Bus service. |
| TransportType |
The type of protocol and transport that will be used for communicating with the Service Bus service. |
| WebProxy |
The proxy to use for communication over web sockets. |
Applies to
Azure SDK for .NET
Feedback
Was this page helpful?
