C# 클래스 RabbitMQ.Client.Impl.ConnectionTuneDetails

Essential information from an incoming Connection.Tune method.
파일 보기 프로젝트 열기: rabbitmq/rabbitmq-dotnet-client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_channelMax ushort
m_frameMax uint
m_heartbeat ushort

프로퍼티 상세

m_channelMax 공개적으로 프로퍼티

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

m_frameMax 공개적으로 프로퍼티

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

m_heartbeat 공개적으로 프로퍼티

The peer's suggested heartbeat parameter.
public ushort m_heartbeat
리턴 ushort