C# Класс StompSharp.Messages.PersistentHeaderDecorator

A decorator for IOutgoingMessage that adds a "persistent" header (With the value "true").
Наследование: HeaderDecorator
Показать файл Открыть проект

Открытые методы

Метод Описание
PersistentHeaderDecorator ( IOutgoingMessage child )

Creates an instance of PersistentHeaderDecorator that wraps the given child.

Описание методов

PersistentHeaderDecorator() публичный Метод

Creates an instance of PersistentHeaderDecorator that wraps the given child.
public PersistentHeaderDecorator ( IOutgoingMessage child )
child IOutgoingMessage