Table of Contents

Class AttachedStream

Namespace
The.RPC
Assembly
Instagile.dll

Represents a stream that can be attached to a message for RPC transport.

[MessagePackObject(false)]
public class AttachedStream : IMessagePackSerializationCallbackReceiver
Inheritance
AttachedStream
Implements
IMessagePackSerializationCallbackReceiver
Inherited Members

Constructors

AttachedStream(Stream)

public AttachedStream(Stream stream)

Parameters

stream Stream

Properties

Attachment

[IgnoreMember]
public Stream Attachment { get; }

Property Value

Stream

Methods

OnAfterDeserialize()

public void OnAfterDeserialize()

OnBeforeSerialize()

public void OnBeforeSerialize()

Operators

implicit operator AttachedStream(Stream)

public static implicit operator AttachedStream(Stream wrapped)

Parameters

wrapped Stream

Returns

AttachedStream

implicit operator Stream(AttachedStream)

public static implicit operator Stream(AttachedStream wrapper)

Parameters

wrapper AttachedStream

Returns

Stream