Proton DotNet
Public Attributes | List of all members
Apache.Qpid.Proton.Client.Implementation.ClientConnectionCapabilities Class Reference

Tracks available known capabilities for the connection to allow the client to know what features are supported on the current connection. More...

Public Attributes

bool AnonymousRelaySupported => anonymousRelaySupported
 Returns true if the remote indicated that it supports anonymous relay links. More...
 
bool DeliveryDelaySupported => delayedDeliverySupported
 Returns true if the remote indicated that it supports delivery delay annotations from client messages. More...
 

Detailed Description

Tracks available known capabilities for the connection to allow the client to know what features are supported on the current connection.

Member Data Documentation

◆ AnonymousRelaySupported

bool Apache.Qpid.Proton.Client.Implementation.ClientConnectionCapabilities.AnonymousRelaySupported => anonymousRelaySupported

Returns true if the remote indicated that it supports anonymous relay links.

◆ DeliveryDelaySupported

bool Apache.Qpid.Proton.Client.Implementation.ClientConnectionCapabilities.DeliveryDelaySupported => delayedDeliverySupported

Returns true if the remote indicated that it supports delivery delay annotations from client messages.


The documentation for this class was generated from the following file: