HubOptions.StreamBufferCapacity Property

Definition

Gets or sets the max buffer size for client upload streams. The default size is 10.

public:
 property Nullable<int> StreamBufferCapacity { Nullable<int> get(); void set(Nullable<int> value); };
public int? StreamBufferCapacity { get; set; }
member this.StreamBufferCapacity : Nullable<int> with get, set
Public Property StreamBufferCapacity As Nullable(Of Integer)

Property Value

Applies to