Toggle navigation
Hot Examples
KO
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
파일 보기
프로젝트 열기: Code-Sharp/StompSharp
공개 메소드들
메소드
설명
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