C# Class StompSharp.Messages.HeaderDecorator

A decorator that adds an header for IOutgoingMessage.
Inheritance: IOutgoingMessage
Afficher le fichier Open project: Code-Sharp/StompSharp

Méthodes protégées

Méthode Description
HeaderDecorator ( IOutgoingMessage child ) : System.Collections.Generic

Creates an instance of HeaderDecorator that wraps the given child

Method Details

HeaderDecorator() protected méthode

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