Payload Class

A helper class containing methods for manipulation of payload.

Definition

Namespace: Gemstone.Communication
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.138 -- Release Build+186144cc77f460103feb64173195896fdb13e4b3
public static class Payload
Inheritance
Object    Payload

Methods

AddHeader Adds header containing the marker to the payload in the buffer for "Payload-Aware" transmission.
ExtractLength Determines the length of a payload in a "Payload-Aware" transmission from the payload header information.
HasHeader Determines whether or not the buffer contains the header information of a "Payload-Aware" transmission.

Fields

DefaultMarker Default byte sequence used to mark the beginning of the payload in a "Payload-Aware" transmissions.
LengthSegment Specifies the length of the segment in a "Payload-Aware" transmission that contains the payload length.

See Also