語言

FileResponseElement(String, Int64, Int64) 建構函式

定義

初始化 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的偏移量開始。

例外狀況

pathnull

offsetlength 小於零。

備註

若完整的輸出快取回應包含於單一檔案中,提供者會使用偏移量為零,長度等於整個檔案大小來初始化類別 FileResponseElement 。 若完整的輸出快取回應僅包含在檔案的一部分中,提供者會利用輸出快取回應起始檔案的偏移量,以及該檔案中輸出快取回應大小的長度來初始化該 FileResponseElement 類別。

適用於