Property BodyLength
BodyLength
BodyStream 的总长度。
- 非
null: 设置Content-Lengthheader,libcurl 按 fixed-length 上传 null: 长度未知,libcurl 使用Transfer-Encoding: chunked
MemoryStream / FileStream 这类可 seek 的 Stream,传
stream.Length - stream.Position 是常见做法。
public long? BodyLength { get; set; }
Property Value
- long?