CUrl::CUrl

 

The constructor.

Syntax

      CUrl( ) throw( ); 
CUrl(
   const CUrl& urlThat 
) throw( );

Parameters

  • urlThat
    The CUrl object to copy to create the URL.

Requirements

Header: atlutil.h

See Also

CUrl Class