SerializationProviderOptions.MaxSustainedSerializationContextCapacity Property

Definition

The maximum retained size for serialization and deserialization contexts.

public int MaxSustainedSerializationContextCapacity { get; set; }
member this.MaxSustainedSerializationContextCapacity : int with get, set
Public Property MaxSustainedSerializationContextCapacity As Integer

Property Value

Remarks

This should reflect the expected object graph size for messages.

Applies to