ConnectivitySettings 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.
Holds the connectivity settings effective for all Azure Service Bus-based endpoints that are active in the current application domain.
public class ConnectivitySettings
type ConnectivitySettings = class
Public Class ConnectivitySettings
- Inheritance
-
ConnectivitySettings
Constructors
ConnectivitySettings() |
Initializes a new instance of the ConnectivitySettings class. |
Properties
IsReadOnly |
Gets a value that determines if the connectivity settings are read-only. |
Mode |
Gets or sets the connectivity mode for the current application domain. |
ResolveDnsCallback |
Allows configuring a delegate to resolve a host name into an IP address. The input Uri contains the scheme, host, and port being resolved. The resulting Task may return an IP address for the input host or just the original host name. |
Applies to
Azure SDK for .NET