Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
StompSharp
Messages
PersistentHeaderDecorator
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