NotificationHubSettings Class

Definition

Notification Hubs client settings

public class NotificationHubSettings
type NotificationHubSettings = class
Public Class NotificationHubSettings
Inheritance
NotificationHubSettings

Constructors

NotificationHubSettings()

Properties

HttpClient

Gets or sets HttpClient. If set will overwrite Proxy and MessageHandler.

MessageHandler

Gets or sets http message handler. If set will override Proxy.

OperationTimeout

Gets or sets operation timeout of the HTTP operations.

Proxy

Gets or sets the proxy

RetryOptions

The set of options to use for determining whether a failed 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 receiving messages and other interactions with the Service Bus service.

Applies to