重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Some of the information relates to pre-distribution products, which may be substantially modified before release. Microsoft does not provide any explicit or hidden security for the information provided here.
將指定檔案直接寫入 HTTP 回應輸出資料流。
Writes the specified file directly to the HTTP response output stream.
WriteFile(IntPtr, Int64, Int64) |
將指定檔案直接寫入 HTTP 回應輸出資料流。 Writes the specified file directly to the HTTP response output stream. |
WriteFile(String, Int64, Int64) |
將指定檔案直接寫入 HTTP 回應輸出資料流。 Writes the specified file directly to the HTTP response output stream. |
WriteFile(String) |
將指定的檔案內容直接寫入 HTTP 回應輸出資料流,做為檔案區塊。 Writes the specified file content directly to the HTTP response output stream as a file block. |
WriteFile(String, Boolean) |
將指定的檔案內容直接寫入 HTTP 回應輸出資料流,做為記憶體區塊。 Writes the specified file contents directly to the HTTP response output stream as a memory block. |
將指定檔案直接寫入 HTTP 回應輸出資料流。
Writes the specified file directly to the HTTP response output stream.
參數
- fileHandle
-
IntPtr
nativeint
要寫入 HTTP 輸出資料流之檔案的檔案控制代碼 (File Handle)。
File control ID (File Handle) to write files for HTTP output streams.
例外狀況
下列範例會直接將名為 (的文字檔內容寫入,其中可能包含常值 HTML 文字和輸入控制項) 至輸出資料流程。
The following examples directly write the name (text file content, which may contain the normal HTML text and input controls) to the output data flow.
當此方法與大型檔案搭配使用時,呼叫 方法可能會擲回例外狀況。 可以搭配此方法使用的檔案大小取決於 Web 服務器的硬體組態。
When this method is used in combination with large files, the call method may throw back the exception. The file size that can be used to match this method depends on the hard setup of the Web server.
將指定檔案直接寫入 HTTP 回應輸出資料流。
Writes the specified file directly to the HTTP response output stream.
參數
- filename
- String
要寫入 HTTP 輸出資料流的檔案名稱。
The file name of the data stream that you want to write to HTTP output.
例外狀況
下列範例會將名為 (的文字檔的所有內容寫入,其中可能包含常值文字和 HTML 輸入控制項,) 直接寫入輸出資料流程。
The following examples will write the name (all contents of the text file, which may contain constant text and HTML input controls), directly into the output data flow.
當此方法與大型檔案搭配使用時,呼叫 方法可能會擲回例外狀況。 可以搭配此方法使用的檔案大小取決於 Web 服務器的硬體組態。
When this method is used in combination with large files, the call method may throw back the exception. The file size that can be used to match this method depends on the hard setup of the Web server.
將指定的檔案內容直接寫入 HTTP 回應輸出資料流,做為檔案區塊。
Writes the specified file content directly to the HTTP response output stream as a file block.
參數
例外狀況
下列範例會直接將名為 (的文字檔內容寫入,其中可能包含常值 HTML 文字和輸入控制項) 至輸出資料流程。
The following examples directly write the name (text file content, which may contain the normal HTML text and input controls) to the output data flow.
當此方法與大型檔案搭配使用時,呼叫 方法可能會擲回例外狀況。 可以搭配此方法使用的檔案大小取決於 Web 服務器的硬體組態。
When this method is used in combination with large files, the call method may throw back the exception. The file size that can be used to match this method depends on the hard setup of the Web server.
將指定的檔案內容直接寫入 HTTP 回應輸出資料流,做為記憶體區塊。
Writes the specified file contents directly to the HTTP response output stream as a memory block.
參數
- readIntoMemory
- Boolean
指示檔案將是否被寫入記憶體區塊。
Indicates whether the file will be written into the memory block.
例外狀況
下列範例會將檔案寫入記憶體。
The following examples are used to write files into memory.
當此方法與大型檔案搭配使用時,呼叫 方法可能會擲回例外狀況。 可以搭配此方法使用的檔案大小取決於 Web 服務器的硬體組態。
When this method is used in combination with large files, the call method may throw back the exception. The file size that can be used to match this method depends on the hard setup of the Web server.
注册有任何问题请添加 微信:MVIP619 拉你进入群
打开微信扫一扫
添加客服
进入交流群
发表评论