HttpRequest.ContentLength 속성

정의

Content-Length 헤더를 가져오거나 설정합니다.

public:
 abstract property Nullable<long> ContentLength { Nullable<long> get(); void set(Nullable<long> value); };
public abstract long? ContentLength { get; set; }
member this.ContentLength : Nullable<int64> with get, set
Public MustOverride Property ContentLength As Nullable(Of Long)

속성 값

Content-Length 헤더의 값(있는 경우)입니다.

적용 대상