IRemoteWebConfigurationHostServer.WriteData Method (String, String, Byte[], Int64)
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
void WriteData( string fileName, string templateFileName, byte[] data, ref long readTime )
Parameters
- fileName
-
Type:
System.String
Path to the remote configuration file to be accessed.
- templateFileName
-
Type:
System.String
File to duplicate file attributes from.
- data
-
Type:
System.Byte[]
Data to be written.
- readTime
-
Type:
System.Int64
Time the file was last accessed.
.NET Framework
Available since 2.0
Available since 2.0
Show: