다음을 통해 공유


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)

속성 값

적용 대상