共用方式為


HttpURLConnection.FixedContentLength 屬性

定義

使用固定長度串流模式時,固定的內容長度。

[Android.Runtime.Register("fixedContentLength")]
protected int FixedContentLength { get; set; }
[<Android.Runtime.Register("fixedContentLength")>]
member this.FixedContentLength : int with get, set

屬性值

屬性

備註

使用固定長度串流模式時,固定的內容長度。 值 -1 表示輸出會停用固定長度串流模式。

<建議使用 B>注意:</B>#fixedContentLengthLong ,而不是此字段,因為它允許設定較大的內容長度。

已在1.5中新增。

java.net.HttpURLConnection.fixedContentLengthJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於