Compartir a través de


WSHttpRelayBindingBaseElement.MaxReceivedMessageSize Propiedad

Definición

Obtiene o establece el tamaño máximo de los mensajes recibidos en un canal configurado con el WSHttpRelayBinding enlace.

[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 de propiedad

Tamaño máximo de los mensajes recibidos en un canal configurado con el WSHttpRelayBinding enlace. El valor predeterminado es 65536 bytes.

Atributos

Se aplica a