Thresher 1.2 Class Documentation

Connection.EnableDcc Property

Whether DCC requests should be processed or ignored by this Connection. Since the DccListener is a singleton and shared by all Connections, listeners to DccListener events should be manually removed when no longer needed.

[Visual Basic]
Public Property EnableDcc As Boolean
[C#]
public bool EnableDcc {get; set;}

Property Value

True to process DCC requests.

See Also

Connection Class | Sharkbite.Irc Namespace