다음을 통해 공유


OutgoingWebResponseContext.ContentLength 속성

정의

보내는 웹 응답의 콘텐츠 길이 헤더를 가져오거나 설정합니다.

public:
 property long ContentLength { long get(); void set(long value); };
public long ContentLength { get; set; }
member this.ContentLength : int64 with get, set
Public Property ContentLength As Long

속성 값

Int64

보내는 웹 응답의 콘텐츠 길이 헤더입니다.

적용 대상