Class Constants
public static class Constants
- Inheritance
-
Constants
- Inherited Members
Fields
AccessRefused
(= 403)
public const int AccessRefused = 403
Field Value
ChannelError
(= 504)
public const int ChannelError = 504
Field Value
CommandInvalid
(= 503)
public const int CommandInvalid = 503
Field Value
ConnectionForced
(= 320)
public const int ConnectionForced = 320
Field Value
ContentTooLarge
(= 311)
public const int ContentTooLarge = 311
Field Value
DefaultConsumerDispatchConcurrency
The default consumer dispatch concurrency. See ConsumerDispatchConcurrency to set this value for every channel created on a connection, and CreateChannelAsync(CreateChannelOptions?, CancellationToken) for setting this value for a particular channel.
public const ushort DefaultConsumerDispatchConcurrency = 1
Field Value
DefaultContinuationTimeout
The default timeout for RPC methods
public static readonly TimeSpan DefaultContinuationTimeout
Field Value
DefaultHandshakeContinuationTimeout
The default timeout for initial AMQP handshake
public static readonly TimeSpan DefaultHandshakeContinuationTimeout
Field Value
FrameBody
(= 3)
public const int FrameBody = 3
Field Value
FrameEnd
(= 206)
public const int FrameEnd = 206
Field Value
FrameError
(= 501)
public const int FrameError = 501
Field Value
FrameHeader
(= 2)
public const int FrameHeader = 2
Field Value
FrameHeartbeat
(= 8)
public const int FrameHeartbeat = 8
Field Value
FrameMethod
(= 1)
public const int FrameMethod = 1
Field Value
FrameMinSize
(= 4096)
public const int FrameMinSize = 4096
Field Value
InternalError
(= 541)
public const int InternalError = 541
Field Value
InvalidPath
(= 402)
public const int InvalidPath = 402
Field Value
NoConsumers
(= 313)
public const int NoConsumers = 313
Field Value
NoRoute
(= 312)
public const int NoRoute = 312
Field Value
NotAllowed
(= 530)
public const int NotAllowed = 530
Field Value
NotFound
(= 404)
public const int NotFound = 404
Field Value
NotImplemented
(= 540)
public const int NotImplemented = 540
Field Value
PreconditionFailed
(= 406)
public const int PreconditionFailed = 406
Field Value
PublishSequenceNumberHeader
The message header used to track publish sequence numbers, to allow correlation when
basic.return
is sent via the broker.
public const string PublishSequenceNumberHeader = "x-dotnet-pub-seq-no"
Field Value
ReplySuccess
(= 200)
public const int ReplySuccess = 200
Field Value
ResourceError
(= 506)
public const int ResourceError = 506
Field Value
ResourceLocked
(= 405)
public const int ResourceLocked = 405
Field Value
SyntaxError
(= 502)
public const int SyntaxError = 502
Field Value
UnexpectedFrame
(= 505)
public const int UnexpectedFrame = 505