Interface IPlugin
Namespace: Void.Proxy.Api.Plugins
Assembly: Void.Proxy.Api.dll
Represents a proxy plugin. Plugins extend proxy functionality by subscribing to events and are identified by a human-readable name.
public interface IPlugin : IEventListenerImplements
Properties
Name
Gets the human-readable name of this plugin.
string Name { get; }