Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIFtpDataReply


RWIFtpDataReplyRWIFtpReplyRWINumReplyRWIReply

Module

Networking Tools: Thread-hot Internet Classes (int library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Member Functions

Synopsis

#include <rw/toolpro/reply.h>
RWIFtpDataReply reply;

Required Libraries

thr, net, int, tls (and possibly std)

Description

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.

Public Constructors

RWIFtpDataReply();

Copy Constructors

RWIFtpDataReply(const RWIFtpDataReply& reply);

Assignment Operators

RWIFtpDataReply&
operator=(const RWIFtpDataReply& reply);

Public Member Functions

RWSocketPortal
portal();

Global Operators

ostream&
operator<<(ostream& strm, const RWIFtpDataReply& r); 


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.