SendPacketsElement Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the SendPacketsElement class using the specified file.
Assembly: System (in System.dll)
Parameters
- filepath
-
Type:
System::String^
The filename of the file to be transmitted using the Socket::SendPacketsAsync method.
| Exception | Condition |
|---|---|
| ArgumentNullException | The filepath parameter cannot be null |
The SendPacketsElement(String^) constructor initializes a new instance of the SendPacketsElement class with a filename of a file. The SendPacketsElement class is used with the SocketAsyncEventArgs::SendPacketsElements property to get or set a data buffer or file to be sent using the Socket::SendPacketsAsync method.
Universal Naming Convention (UNC) paths are supported by the filepath parameter. If the file is in the current working directory, no path information needs to be specified.
.NET Framework
Available since 2.0
Available since 2.0
Show: