C# Class Universal.Torrent.Client.ConnectionListeners.Listener

Inheritance: IListener
Show file Open project: haroldma/Universal.Torrent

Public Methods

Method Description
ChangeEndpoint ( IPEndPoint endpoint ) : void
Start ( ) : void
Stop ( ) : void

Protected Methods

Method Description
Listener ( IPEndPoint endpoint ) : System
RaiseStatusChanged ( ListenerStatus status ) : void

Method Details

ChangeEndpoint() public method

public ChangeEndpoint ( IPEndPoint endpoint ) : void
endpoint System.Net.IPEndPoint
return void

Listener() protected method

protected Listener ( IPEndPoint endpoint ) : System
endpoint System.Net.IPEndPoint
return System

RaiseStatusChanged() protected method

protected RaiseStatusChanged ( ListenerStatus status ) : void
status ListenerStatus
return void

Start() public abstract method

public abstract Start ( ) : void
return void

Stop() public abstract method

public abstract Stop ( ) : void
return void