Share via


IBuildManager.CreateCachedFile Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Creates a cached file.

Namespace:  System.Web.Http.Dispatcher
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Function CreateCachedFile ( _
    fileName As String _
) As Stream
Stream CreateCachedFile(
    string fileName
)
Stream^ CreateCachedFile(
    String^ fileName
)
abstract CreateCachedFile : 
        fileName:string -> Stream 
function CreateCachedFile(
    fileName : String
) : Stream

Parameters

Return Value

Type: System.IO.Stream
The Stream object for the new file.

See Also

Reference

IBuildManager Interface

System.Web.Http.Dispatcher Namespace