다음을 통해 공유


PayloadStreamAssembler.ContentLength 속성

정의

페이로드에 포함된 콘텐츠의 길이를 가져오거나 설정합니다.

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

속성 값

고정 길이가 있는 경우 양수 값이고, 그렇지 않으면 0입니다.

적용 대상