C# Class System.Configuration.UpdateConfigHost

Inheritance: System.Configuration.Internal.DelegatingConfigHost
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
DeleteStream ( string streamName ) : void
GetStreamVersion ( string streamName ) : object
IsConfigRecordRequired ( string configPath ) : bool
IsFile ( string streamName ) : bool
OpenStreamForRead ( string streamName ) : Stream
OpenStreamForWrite ( string streamName, string templateStreamName, object &writeContext ) : Stream
WriteCompleted ( string streamName, bool success, object writeContext ) : void

Private Methods

Method Description
AddStreamname ( string oldStreamname, string newStreamname, bool alwaysIntercept ) : void
GetNewStreamname ( string oldStreamname ) : string
GetStreamUpdate ( string oldStreamname, bool alwaysIntercept ) : StreamUpdate
UpdateConfigHost ( IInternalConfigHost host ) : System.Collections.Specialized

Method Details

DeleteStream() public method

public DeleteStream ( string streamName ) : void
streamName string
return void

GetStreamVersion() public method

public GetStreamVersion ( string streamName ) : object
streamName string
return object

IsConfigRecordRequired() public method

public IsConfigRecordRequired ( string configPath ) : bool
configPath string
return bool

IsFile() public method

public IsFile ( string streamName ) : bool
streamName string
return bool

OpenStreamForRead() public method

public OpenStreamForRead ( string streamName ) : Stream
streamName string
return System.IO.Stream

OpenStreamForWrite() public method

public OpenStreamForWrite ( string streamName, string templateStreamName, object &writeContext ) : Stream
streamName string
templateStreamName string
writeContext object
return System.IO.Stream

WriteCompleted() public method

public WriteCompleted ( string streamName, bool success, object writeContext ) : void
streamName string
success bool
writeContext object
return void