MessagingOptions.MaxMessageHeaderSize Property

Definition

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.

Applies to