OctoTorrent.Client.PeerConnectionEventArgs.PeerConnectionEventArgs C# (CSharp) Method

PeerConnectionEventArgs() private method

private PeerConnectionEventArgs ( TorrentManager manager, PeerId id, Direction direction ) : Common.System
manager TorrentManager
id PeerId
direction Direction
return Common.System
        internal PeerConnectionEventArgs( TorrentManager manager, PeerId id, Direction direction )
            : this(manager, id, direction, string.Empty)
        {
        }

Same methods

PeerConnectionEventArgs::PeerConnectionEventArgs ( TorrentManager manager, PeerId id, Direction direction, String message ) : Common.System
PeerConnectionEventArgs