CHttpFile::GetVerb

Call this member function to get the HTTP verb (or method) associated with this CHttpFile.

CString GetVerb( ) const;

Возвращаемое значение

A CString object containing the name of the HTTP verb (or method).

Заметки

Use this member function only after a successful call to SendRequest or on a CHttpFile object successfully created by OpenURL.

Требования

Header: afxinet.h

См. также

Основные понятия

CHttpFile Class

CHttpFile Members

Hierarchy Chart

CInternetFile Class