C# 클래스 StompSharp.Messages.HeaderDecorator

A decorator that adds an header for IOutgoingMessage.
상속: IOutgoingMessage
파일 보기 프로젝트 열기: Code-Sharp/StompSharp

보호된 메소드들

메소드 설명
HeaderDecorator ( IOutgoingMessage child ) : System.Collections.Generic

Creates an instance of HeaderDecorator that wraps the given child

메소드 상세

HeaderDecorator() 보호된 메소드

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