C# 클래스 EzBus.ChannelMessage

파일 보기 프로젝트 열기: Zapote/EzBus

공개 메소드들

메소드 설명
AddHeader ( ) : void
AddHeader ( string name, string value ) : void
ChannelMessage ( Stream bodyStream ) : System.Collections.Generic
GetHeader ( string name ) : string

메소드 상세

AddHeader() 공개 메소드

public AddHeader ( ) : void
리턴 void

AddHeader() 공개 메소드

public AddHeader ( string name, string value ) : void
name string
value string
리턴 void

ChannelMessage() 공개 메소드

public ChannelMessage ( Stream bodyStream ) : System.Collections.Generic
bodyStream System.IO.Stream
리턴 System.Collections.Generic

GetHeader() 공개 메소드

public GetHeader ( string name ) : string
name string
리턴 string