1 implementation of GetData
System.Web (1)
Configuration\RemoteWebConfigurationHostServer.cs (1)
42public byte[] GetData(string fileName, bool getReadTimeOnly, out long readTime)
1 reference to GetData
System.Web (1)
Configuration\RemoteWebConfigurationHostStream.cs (1)
70buf = remoteSrv.GetData(_FileName, _streamForWrite, out _ReadTime);