共用方式為


NSStream.Close 方法

定義

關閉資料流程,並釋放與其相關聯的資源。

[Foundation.Export("close")]
public virtual void Close ();
abstract member Close : unit -> unit
override this.Close : unit -> unit
屬性

備註

當資料流程關閉時,就無法再用於讀取或寫入。

如果資料流程已排定在執行迴圈上執行,則串流會自動從中取消註冊。

適用於