Share via


PayloadTypes Class

Definition

A set of well known definitions of PayloadStream types used by Headers.

public static class PayloadTypes
type PayloadTypes = class
Public Class PayloadTypes
Inheritance
PayloadTypes

Fields

CancelAll

'X' to cancel all in progress communication.

CancelStream

'C' to cancel a specific PayloadStream.

Request

'A' to mark a StreamingRequest.

Response

'B' to mark a StreamingResponse.

Stream

'S' to mark a PayloadStream.

Methods

IsStream(Header)

A helper method for checking if a Header represents a PayloadStream.

Applies to