ContentRangeHeaderValue 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表 Content-Range 標頭的值。
public ref class ContentRangeHeaderValue
public ref class ContentRangeHeaderValue : ICloneable
public class ContentRangeHeaderValue
public class ContentRangeHeaderValue : ICloneable
type ContentRangeHeaderValue = class
type ContentRangeHeaderValue = class
interface ICloneable
Public Class ContentRangeHeaderValue
Public Class ContentRangeHeaderValue
Implements ICloneable
- 繼承
-
ContentRangeHeaderValue
- 實作
建構函式
ContentRangeHeaderValue(Int64) |
初始化 ContentRangeHeaderValue 類別的新執行個體。 |
ContentRangeHeaderValue(Int64, Int64) |
初始化 ContentRangeHeaderValue 類別的新執行個體。 |
ContentRangeHeaderValue(Int64, Int64, Int64) |
初始化 ContentRangeHeaderValue 類別的新執行個體。 |
屬性
From |
取得要開始傳送資料的位置。 |
HasLength |
取得 Content-Range 標頭是否已指定長度。 |
HasRange |
取得 Content-Range 是否已指定範圍。 |
Length |
取得完整實體內容的長度。 |
To |
取得要停止傳送資料的位置。 |
Unit |
使用的範圍單位。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的 ContentRangeHeaderValue 物件。 |
GetHashCode() |
做為 ContentRangeHeaderValue 物件的雜湊函式。 |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
Parse(String) |
將字串轉換為 ContentRangeHeaderValue 執行個體。 |
ToString() |
傳回表示目前 ContentRangeHeaderValue 物件的字串。 |
TryParse(String, ContentRangeHeaderValue) |
判斷字串是否為有效的 ContentRangeHeaderValue 資訊。 |
明確介面實作
ICloneable.Clone() |
建立新物件,為目前 ContentRangeHeaderValue 執行個體的複本。 |