IncomingWebRequestContext.ContentLength 属性

定义

获取传入 Web 请求的 ContentLength 标头值。

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

属性值

Int64

传入 Web 请求的 ContentLength 标头。

适用于