Compartilhar via


BasicHttpRelayBindingElement.MaxReceivedMessageSize Propriedade

Definição

Obtém ou define o tamanho máximo da mensagem, em bytes, incluindo cabeçalhos, para uma mensagem que pode ser recebida em um canal configurado com essa associação.

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

Valor da propriedade

O tamanho máximo da mensagem recebida. O valor padrão é 65.536 bytes. O valor mínimo é 1 byte.

Atributos

Aplica-se a