IRemoteWebConfigurationHostServer.GetData Method (String, Boolean, Int64)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Used internally to support remote access to configuration data.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

abstract GetData : 
        fileName:string *
        getReadTimeOnly:bool *
        readTime:int64 byref -> byte[]

Parameters

fileName
Type: System.String

Path to the remote configuration file to be accessed.

getReadTimeOnly
Type: System.Boolean

A Boolean value specifying whether only the readTime is returned.

readTime
Type: System.Int64

Time the file was last accessed.

Return Value

Type: System.Byte[]

An array of 8-bit unsigned integers (bytes) containing the configuration data.

.NET Framework
Available since 2.0
Return to top
Show: