Thresher 1.2 Class Documentation

DccFileInfo Constructor (FileInfo)

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 fileInfo As FileInfo _
)
[C#]
public DccFileInfo(
   FileInfo fileInfo
);

Parameters

fileInfo
The 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