Compartilhar via


WSHttpRelayBindingBaseElement.MaxReceivedMessageSize Propriedade

Definição

Obtém ou define o tamanho máximo das mensagens recebidas em um canal configurado com a associação WSHttpRelayBinding .

[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 das mensagens recebidas em um canal configurado com a associação WSHttpRelayBinding . O padrão é 65536 bytes.

Atributos

Aplica-se a