Previous | Next |
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 to which the receiver is listening. The receiver can use the SourceAddress property to determine the address of the sender.
For a unicast transfer, this property returns a string specifying the first local address on the host computer.
This property is available after at least one file transfer.
Previous | Next |