MessagingOptions.MaxMessageHeaderSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The maximum size, in bytes, of the header for a message. The runtime will forcibly close the connection if the header size is greater than this value.
public int MaxMessageHeaderSize { get; set; }
member this.MaxMessageHeaderSize : int with get, set
Public Property MaxMessageHeaderSize As Integer
Property Value
The maximum message header size is 10 MB by default.