]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/http.tex
made Convert() methods const
[wxWidgets.git] / docs / latex / wx / http.tex
index 00879c582bfa39e22c41fd36f6d4a28e3eb71eab..71b6829217900797980e526175f9e8ff17dacfe7 100644 (file)
 % ----------------------------------------------------------------------------
 
 % ----------------------------------------------------------------------------
+\membersection{wxHTTP::GetResponse}\label{wxhttpgetresponse}
+
+\constfunc{int}{GetResponse}{\void}
+
+Returns the HTTP response code returned by the server. Please refer to the RFC
+2616 for the list of the responses.
+
+
 \membersection{wxHTTP::GetInputStream}\label{wxhttpgetinputstream}
 
 \func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}}