Class LocalPeerFoundEventArgs
Inheritance
System.Object
System.EventArgs
LocalPeerFoundEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MonoTorrent.Client
Assembly: MonoTorrent.dll
Syntax
public class LocalPeerFoundEventArgs : EventArgs
Constructors
LocalPeerFoundEventArgs(InfoHash, Uri)
Declaration
public LocalPeerFoundEventArgs(InfoHash infoHash, Uri uri)
Parameters
| Type | Name | Description |
|---|---|---|
| InfoHash | infoHash | |
| System.Uri | uri |
Properties
InfoHash
Declaration
public InfoHash InfoHash { get; }
Property Value
| Type | Description |
|---|---|
| InfoHash |
Uri
Declaration
public Uri Uri { get; }
Property Value
| Type | Description |
|---|---|
| System.Uri |