Class NoOpDisposePlugin
- Namespace
- NuGet.Protocol.Plugins
- Assembly
- NuGet.Protocol.dll
public sealed class NoOpDisposePlugin : IPlugin, IDisposable
- Inheritance
-
NoOpDisposePlugin
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
NoOpDisposePlugin(IPlugin)
public NoOpDisposePlugin(IPlugin plugin)
Parameters
plugin IPlugin
Properties
Connection
public IConnection Connection { get; }
Property Value
- IConnection
FilePath
public string FilePath { get; }
Property Value
- string
Id
public string Id { get; }
Property Value
- string
Name
public string Name { get; }
Property Value
- string
Methods
Close()
Dispose()
Events
BeforeClose
public event EventHandler BeforeClose
Event Type
- EventHandler
Closed
public event EventHandler Closed
Event Type
- EventHandler