UdpTransportElement.MaxPendingMessagesTotalSize Property

Definition

Gets or sets the value of the maximum received message size property in a UDP transport element.

public:
 property long MaxPendingMessagesTotalSize { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("maxPendingMessagesTotalSize", DefaultValue=0)]
[System.Configuration.LongValidator(MinValue=0)]
public long MaxPendingMessagesTotalSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingMessagesTotalSize", DefaultValue=0)>]
[<System.Configuration.LongValidator(MinValue=0)>]
member this.MaxPendingMessagesTotalSize : int64 with get, set
Public Property MaxPendingMessagesTotalSize As Long

Property Value

The maximum size for a message that can be processed by the binding.

Attributes

Applies to