Implemented interface member:
method
OpenStreamForWrite
System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String, System.String, ref System.Object)
3 overrides of OpenStreamForWrite
System.Configuration (2)
System\Configuration\ClientConfigurationHost.cs (1)
355public override Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext) {
System\Configuration\updateconfighost.cs (1)
105public override Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext) {
System.Web (1)
Configuration\RemoteWebConfigurationHost.cs (1)
256public override Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext) {