C# Class OctoTorrent.Client.PeerConnectionFailedEventArgs

Inheritance: TorrentEventArgs
Afficher le fichier Open project: Eskat0n/OctoTorrent Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat Common.System