共用方式為


QuicStream.Length 屬性

定義

取得資料流上可以使用之資料的長度。 這個屬性目前不受支援,而且永遠會擲回 NotSupportedException

public:
 virtual property long Length { long get(); };
public override long Length { get; }
member this.Length : int64
Public Overrides ReadOnly Property Length As Long

屬性值

代表資料流長度的長數值 (以位元組為單位)。

例外狀況

在所有情況下。

適用於