IncomingWebResponseContext.ContentLength 属性

定义

获取传入 Web 响应的内容长度标头。

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

属性值

传入 Web 响应的内容长度。

适用于