Thresher 1.2 Class Documentation

DccFileInfo Constructor (String)

Create a new instance using the file information from a local file to be sent to a remote user.

[Visual Basic]
Overloads Public Sub New( _
   ByVal fileName As String _
)
[C#]
public DccFileInfo(
   string fileName
);

Parameters

fileName
The full pathname of local file being sent

Exceptions

Exception TypeCondition
ArgumentExceptionIf the file does not already exist.

See Also

DccFileInfo Class | Sharkbite.Irc Namespace | DccFileInfo Constructor Overload List