HubProtocolConstants Class

Definition

Constants related to the SignalR hub protocol.

public ref class HubProtocolConstants abstract sealed
public static class HubProtocolConstants
type HubProtocolConstants = class
Public Class HubProtocolConstants
Inheritance
HubProtocolConstants

Fields

AckMessageType

Represents the ack message type.

CancelInvocationMessageType

Represents the cancel invocation message type.

CloseMessageType

Represents the close message type.

CompletionMessageType

Represents the completion message type.

InvocationMessageType

Represents the invocation message type.

PingMessageType

Represents the ping message type.

SequenceMessageType

Represents the sequence message type.

StreamInvocationMessageType

Represents the stream invocation message type.

StreamItemMessageType

Represents the stream item message type.

Applies to