C# Class RabbitMQ.Client.Impl.Command

显示文件 Open project: SilversphereInc/rabbitmq-dotnet-client Class Usage Examples

Public Properties

Property Type Description
m_body0 byte[]
m_bodyN IList

Public Methods

Method Description
AppendBodyFragment ( byte fragment ) : void
CheckEmptyFrameSize ( ) : void
Command ( RabbitMQ.Client.Impl.MethodBase method ) : System
Command ( RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte body ) : System
ConsolidateBody ( ) : byte[]
Transmit ( int channelNumber, Connection connection ) : void

Private Methods

Method Description
Command ( ) : System

Method Details

AppendBodyFragment() public method

public AppendBodyFragment ( byte fragment ) : void
fragment byte
return void

CheckEmptyFrameSize() public static method

public static CheckEmptyFrameSize ( ) : void
return void

Command() public method

public Command ( RabbitMQ.Client.Impl.MethodBase method ) : System
method RabbitMQ.Client.Impl.MethodBase
return System

Command() public method

public Command ( RabbitMQ.Client.Impl.MethodBase method, RabbitMQ.Client.Impl.ContentHeaderBase header, byte body ) : System
method RabbitMQ.Client.Impl.MethodBase
header RabbitMQ.Client.Impl.ContentHeaderBase
body byte
return System

ConsolidateBody() public method

public ConsolidateBody ( ) : byte[]
return byte[]

Transmit() public method

public Transmit ( int channelNumber, Connection connection ) : void
channelNumber int
connection System.Net.Connection
return void

Property Details

m_body0 public_oe property

public byte[] m_body0
return byte[]

m_bodyN public_oe property

public IList m_bodyN
return IList