CString GetVerb( ) const;
Return Value
A CString object containing the name of the HTTP verb (or method).
Remarks
Call this member function to get the HTTP verb (or method) associated with this CHttpFile. Use this member function only after a successful call to SendRequest or on a CHttpFile object successfully created by OpenURL.
CHttpFile Overview | Class Members | Hierarchy Chart
See Also CInternetFile