EndpointAddress Property

Returns the endpoint address of the file transfer.

Syntax

NSFile.EndpointAddress

Remarks

This is the same address that is passed in as the source address parameter of the FtsStartFileTransferReceive method.

For multicast transfers, this property indicates the multicast address that the receiver is listening to. The receiver can use the SourceAddress property to determine the address of the sender.

For a unicast transfer, this property will return a string specifying the first local address on the host computer.

This property is available after at least one file transfer.

© 1996-1998 Microsoft Corporation. All rights reserved.