Windows Media Services SDK banner art
PreviousNext

Type Property

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.

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.