Show / Hide Table of Contents

Interface IListener

Namespace: MonoTorrent
Assembly: MonoTorrent.dll
Syntax
public interface IListener

Properties

Status

Declaration
ListenerStatus Status { get; }
Property Value
Type Description
ListenerStatus

Methods

Start()

Declaration
void Start()

Stop()

Declaration
void Stop()

Events

StatusChanged

Declaration
event EventHandler<EventArgs> StatusChanged
Event Type
Type Description
System.EventHandler<System.EventArgs>
In This Article
Back to top Generated by DocFX