MessagingOptions.MaxMessageBodySize 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 body for a message. The runtime will forcibly close the connection if the body size is greater than this value.
public int MaxMessageBodySize { get; set; }
member this.MaxMessageBodySize : int with get, set
Public Property MaxMessageBodySize As Integer
Property Value
The maximum message body size is 100 MB by default.