Share via


IBuildManager.ReadCachedFile Method

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

Reads a cached file.

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

Syntax

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

Parameters

Return Value

Type: System.IO.Stream
The Stream object for the file, or nulla null reference (Nothing in Visual Basic) if the file does not exist.

See Also

Reference

IBuildManager Interface

System.Web.Http.Dispatcher Namespace