C# Class EzBus.ChannelMessage

Show file Open project: Zapote/EzBus

Public Methods

Method Description
AddHeader ( ) : void
AddHeader ( string name, string value ) : void
ChannelMessage ( Stream bodyStream ) : System.Collections.Generic
GetHeader ( string name ) : string

Method Details

AddHeader() public method

public AddHeader ( ) : void
return void

AddHeader() public method

public AddHeader ( string name, string value ) : void
name string
value string
return void

ChannelMessage() public method

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

GetHeader() public method

public GetHeader ( string name ) : string
name string
return string