Azure.Messaging.WebPubSub.Clients Namespace

Classes

AckMessage

The message representing Ack.

AckMessageError

An error associated with a service acknowledgement.

ConnectedMessage

The message representing the client is connected

DisconnectedMessage

The message representing a client disconnection

GroupDataMessage

The message representing the data from groups.

JoinGroupMessage

The message representing joining group.

LeaveGroupMessage

The message representing leaving group.

SendEventMessage

The message representing sending event to server.

SendMessageFailedException

Exception for sending message failed

SendToGroupMessage

The message representing sending message to group.

SequenceAckMessage

The message representing SequenceAck.

ServerDataMessage

The message representing the message from server.

WebPubSubClient

The WebPubSubService PubSub client.

WebPubSubClientCredential

The WebPubSubClientCredential

WebPubSubClientOptions

The set of options that can be specified when creating a WebPubSubClient instance.

WebPubSubConnectedEventArgs

The event args for connected

WebPubSubDisconnectedEventArgs

The event args for disconnected

WebPubSubGroupMessageEventArgs

The event args for message from groups

WebPubSubJsonProtocol

The protocol to represent "json.webpubsub.azure.v1"

WebPubSubJsonReliableProtocol

The protocol to represent "json.reliable.webpubsub.azure.v1"

WebPubSubMessage

Base class representing WebPubSub messages.

WebPubSubProtocol

The WebPubSub client protocol

WebPubSubRejoinGroupFailedEventArgs

The EventArgs of RejoinGroupFailed event. The event is triggered when the AutoRejoinGroups is enabled and rejoining a group fails after reconnection.

WebPubSubResult

To represent the result of ack-able operations.

WebPubSubServerMessageEventArgs

The event args for message from server

WebPubSubStoppedEventArgs

The event args for stopped

Enums

WebPubSubDataType

Represent the type of the data.

WebPubSubProtocolMessageType

It's a map to WebSocketMessageType, indicating the message type.