C# Class RabbitMQ.Client.Impl.ConnectionTuneDetails

Essential information from an incoming Connection.Tune method.
显示文件 Open project: rabbitmq/rabbitmq-dotnet-client Class Usage Examples

Public Properties

Property Type Description
m_channelMax ushort
m_frameMax uint
m_heartbeat ushort

Property Details

m_channelMax public_oe property

The peer's suggested channel-max parameter.
public ushort m_channelMax
return ushort

m_frameMax public_oe property

The peer's suggested frame-max parameter.
public uint m_frameMax
return uint

m_heartbeat public_oe property

The peer's suggested heartbeat parameter.
public ushort m_heartbeat
return ushort