NotificationHubConnectionStringBuilder Class

Definition

This class can be used to construct a connection string to be used in creating messaging client entities. It can also be used to perform basic validation on an existing connection string.

public class NotificationHubConnectionStringBuilder
type NotificationHubConnectionStringBuilder = class
Public Class NotificationHubConnectionStringBuilder
Inheritance
NotificationHubConnectionStringBuilder

Constructors

NotificationHubConnectionStringBuilder(String)

Create an instance of the connection builder using an existing connection as a reference.

Properties

Endpoint

Gets the collection of service endpoint. Each endpoint must reference the same Notification Hubs namespace.

SharedAccessKey

Gets or sets the access key for Sas token

SharedAccessKeyName

Gets or sets the key name for Sas token

Methods

ToString()

Returns string representation of parsed connection string

Applies to