Property ContentLength
ContentLength
完整 body 的字节长度(boundary + headers + bodies + closing)。不会读取任何 Stream,
只累加预算值,可在不消耗数据的前提下作为 Content-Length 提交。
public long ContentLength { get; }
完整 body 的字节长度(boundary + headers + bodies + closing)。不会读取任何 Stream,
只累加预算值,可在不消耗数据的前提下作为 Content-Length 提交。
public long ContentLength { get; }