次の方法で共有


MsmqBindingElementBase.MaxReceivedMessageSize プロパティ

定義

メッセージに許可されている最大サイズ (バイト単位) を示す値を取得または設定します。

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

プロパティ値

このバインディングで送信または受信されるメッセージの最大許容サイズ。

属性

注釈

受信メッセージのサイズが MaxReceivedMessageSize より大きい場合、メッセージは破棄されます。

適用対象