Skip to content

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 : IEventListener

Implements

IEventListener

Properties

Name

Gets the human-readable name of this plugin.

string Name { get; }

Property Value

string