Table of Contents

Class IncomingFrameExtensions

Namespace
IceRpc
Assembly
IceRpc.dll

Provides an extension method for IncomingFrame to detach its payload.

public static class IncomingFrameExtensions
Inheritance
IncomingFrameExtensions
Inherited Members

Methods

DetachPayload(IncomingFrame)

Detaches the payload from the incoming frame. The caller takes ownership of the returned payload pipe reader, and Payload becomes invalid.

public static PipeReader DetachPayload(this IncomingFrame incoming)

Parameters

incoming IncomingFrame

The incoming frame.

Returns

PipeReader

The payload pipe reader.