Compartilhar via


NetPeerTcpBindingElement.MaxReceivedMessageSize Propriedade

Definição

Obtém ou define o tamanho máximo, em bytes, para mensagens recebidas por associações TCP pares configuradas com este elemento.

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

Valor da propriedade

Int64

Int32 que especifica o tamanho máximo para mensagens recebidas por vinculações TCP par configuradas com esse elemento.

Atributos

Comentários

O tamanho máximo padrão da mensagem se 65.536 bytes.

Aplica-se a