![]() |
| Previous | Next |
Returns or sets the socket type of the File Transfer object.
Syntax
NSFile.Type
Return Values
| Value | Description |
| 1 | Corresponds to SOCK_STREAM as defined in the Winsock2.h header file provided by the Win32 SDK. |
| 2 | Corresponds to SOCK_DGRAM as defined in the Winsock.h header file provided by the Win32 SDK. |
Remarks
This property is always available.
| Previous | Next |