C# Class RabbitMQ.Client.Impl.ConnectionTuneDetails

Essential information from an incoming Connection.Tune method.
Afficher le fichier Open project: rabbitmq/rabbitmq-dotnet-client Class Usage Examples

Méthodes publiques

Свойство 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
Résultat ushort

m_frameMax public_oe property

The peer's suggested frame-max parameter.
public uint m_frameMax
Résultat uint

m_heartbeat public_oe property

The peer's suggested heartbeat parameter.
public ushort m_heartbeat
Résultat ushort