Compartir a través de


BinaryMessageEncodingElement.MaxSessionSize Propiedad

Definición

Obtiene o establece un valor que especifica el tamaño, en bytes, del búfer usado para codificar.

public:
 property int MaxSessionSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxSessionSize", DefaultValue=2048)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxSessionSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxSessionSize", DefaultValue=2048)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxSessionSize : int with get, set
Public Property MaxSessionSize As Integer

Valor de propiedad

Int32

El tamaño, en bytes, del búfer usado para codificar. El valor predeterminado es 2048.

Atributos

Comentarios

Un búfer mayor aumenta la velocidad de codificación a costa del tamaño del espacio de trabajo.

Se aplica a