C# Class StompSharp.Messages.HeaderDecorator

A decorator that adds an header for IOutgoingMessage.
Inheritance: IOutgoingMessage
ファイルを表示 Open project: Code-Sharp/StompSharp

Protected Methods

Method Description
HeaderDecorator ( IOutgoingMessage child ) : System.Collections.Generic

Creates an instance of HeaderDecorator that wraps the given child

Method Details

HeaderDecorator() protected method

Creates an instance of HeaderDecorator that wraps the given child
protected HeaderDecorator ( IOutgoingMessage child ) : System.Collections.Generic
child IOutgoingMessage
return System.Collections.Generic