MtomMessageEncodingElement.MaxBufferSize Propriedade

Definição

Obtém ou define o tamanho máximo do buffer a ser usado.Gets or sets the maximum size of the buffer to use.

public:
 property int MaxBufferSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxBufferSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxBufferSize : int with get, set
Public Property MaxBufferSize As Integer

Valor da propriedade

Int32

O número máximo de tipos que são usados para armazenar mensagens em buffer.The maximum number of types that are used to buffer messages.

Atributos

Aplica-se a