HubOptions.StreamBufferCapacity 属性

定义

获取或设置客户端上传流的最大缓冲区大小。 默认大小为 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)

属性值

适用于