Type Property

Returns or sets the socket type of the File Transfer object.

Syntax

NSFile.Type

Return Values

Value Description (HRESULT)
1 Corresponds to SOCK_STREAM as defined in the Winsock2.h header file provided by the Microsoft® 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.

© 1996-1998 Microsoft Corporation. All rights reserved.