FileResponseElement(String, Int64, Int64) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 FileResponseElement 類別的新執行個體。
public:
FileResponseElement(System::String ^ path, long offset, long length);
public FileResponseElement(string path, long offset, long length);
new System.Web.Caching.FileResponseElement : string * int64 * int64 -> System.Web.Caching.FileResponseElement
Public Sub New (path As String, offset As Long, length As Long)
參數
- path
- String
檔案的完全合格路徑。
- offset
- Int64
檔案中字串起始的位置。
- length
- Int64
資料長度,從代表檔案中輸出快取資料 path的偏移量開始。
例外狀況
path 是 null。
offset 或 length 小於零。
備註
若完整的輸出快取回應包含於單一檔案中,提供者會使用偏移量為零,長度等於整個檔案大小來初始化類別 FileResponseElement 。 若完整的輸出快取回應僅包含在檔案的一部分中,提供者會利用輸出快取回應起始檔案的偏移量,以及該檔案中輸出快取回應大小的長度來初始化該 FileResponseElement 類別。