* Added a small wxHTTP description
* Added some example/description to wxFTP * Some more on wxURL * Added missing file in wxMMedia git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,6 +12,16 @@
|
||||
|
||||
\helpref{wxSocketBase}{wxsocketbase}, \helpref{wxProtocol}{wxprotocol}
|
||||
|
||||
\wxheading{Example}
|
||||
|
||||
\begin{verbatim}
|
||||
wxURL url("http://a.host/a.dir/a.file");
|
||||
wxInputStream *in\_stream;
|
||||
|
||||
in\_stream = url.GetInputStream();
|
||||
/* Then, you can use all IO calls of in\_stream (See wxStream) */
|
||||
\end{verbatim}
|
||||
|
||||
% ----------------------------------------------------------------------------
|
||||
% Members
|
||||
% ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user