RWIFtpDataReplyRWIFtpReplyRWINumReplyRWIReply
Networking Tools: Thread-hot Internet Classes (int library)
#include <rw/toolpro/reply.h> RWIFtpDataReply reply;
thr, net, int, tls (and possibly std)
RWIFtpDataReply is a specialization class of RWIFtpReply. It contains an RWSocketPortal for data that is to be read from or written to the underlying socket.
RWIFtpDataReply();
Constructs a default RWIFtpDataReply.
RWIFtpDataReply(const RWIFtpDataReply& reply);
Creates a copy of reply.
RWIFtpDataReply& operator=(const RWIFtpDataReply& reply);
Makes self a copy of reply. The previous contents of self are lost.
RWSocketPortal portal();
Returns the RWSocketPortal to use for the data communication session.
ostream& operator<<(ostream& strm, const RWIFtpDataReply& r);
Outputs an RWIFtpDataReply object to an ostream.
Note: This class does not have an extraction (>>) operator.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.