다음을 통해 공유


IncomingWebRequestContext.ContentLength 속성

정의

들어오는 웹 요청의 ContentLength 헤더 값을 가져옵니다.

public:
 property long ContentLength { long get(); };
public long ContentLength { get; }
member this.ContentLength : int64
Public ReadOnly Property ContentLength As Long

속성 값

ContentLength 들어오는 웹 요청의 헤더입니다.

적용 대상