Protocol Property

Description

Returns or sets the protocol family of the file transfer object. The default value is 0 (zero).

Syntax
object.Protocol

Remarks

This property is always available.

Since Windows Sockets currently defines the protocol family to be the same as the address family, the default value of this property is 0 (zero). If your protocol family does not match the address family, you must set the protocol family as defined in the Winsock2.h header file provided in the Win32 SDK.

See Also

Return to File Transfer Reference.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.