HubProtocolConstants 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.
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. |