C# Class OctoTorrent.Client.PeerConnectionFailedEventArgs

Inheritance: TorrentEventArgs
Mostra file Open project: Eskat0n/OctoTorrent Class Usage Examples

Public Methods

Method Description
PeerConnectionFailedEventArgs ( TorrentManager manager, Peer peer, Direction direction, String message ) : Common.System

Create new instance of PeerConnectionFailedEventArgs for peer from given torrent.

Method Details

PeerConnectionFailedEventArgs() public method

Create new instance of PeerConnectionFailedEventArgs for peer from given torrent.
public PeerConnectionFailedEventArgs ( TorrentManager manager, Peer peer, Direction direction, String message ) : Common.System
manager TorrentManager
peer Peer
direction Direction Which direction the connection attempt was
message String Message associated with the failure
return Common.System