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