Property MaxInboundMessageSize
MaxInboundMessageSize
The maximum size of an inbound message in bytes. If set, messages larger than this limit will be rejected.
public int? MaxInboundMessageSize { get; set; }
Property Value
- int?
The maximum size of an inbound message in bytes. If set, messages larger than this limit will be rejected.
public int? MaxInboundMessageSize { get; set; }