NetPeerTcpBindingElement.MaxReceivedMessageSize Property

Definition

Gets or sets the maximum size, in bytes, for messages received by peer TCP bindings configured with this element.

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

Property Value

Int32 that specifies the maximum size for messages received by peer TCP bindings configured with this element.

Attributes

Remarks

The default maximum message size if 65,536 bytes.

Applies to