CHttpServerContext::operator <<
void operator<<( LPCTSTR psz );
void operator<<( long int dw );
void operator<<( short int w );
void operator<<( const CHtmlStream& stream );
void operator<<( double d );
void operator<<( float f );
CHttpServerContext& operator<<( const CLongBinary& blob );
CHttpServerContext& operator<<( const CByteArray& array );
Remarks
The CHttpServerContext insertion (<<) operator writes the specified string or integer to the HTML stream owned by the CHttpServerContext object. The string version of the operator writes the string without modification. The integer overrides format the value as decimal text before writing it.
The operator parameters correspond directly to the ITS_ types that you can use in the ISAPI parse map.
CHttpServerContext Overview | Class Members | Hierarchy Chart
See Also Internet Server API (ISAPI) Parse Maps,