<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CInternetSession &amp;amp; TimeOut ??]]></title><description><![CDATA[<p>Ich lade ein Textfile im BinaryMod von einer Seite runter.Sind aber keine Daten da hängt mein Thread was kann ich da tun ?? am besten mit Beispiel bin noch Anfänger!</p>
<p>[code type=&quot;C++&quot; tabs=&quot;4&quot;</p>
<p>CString Connect = &quot;<a href="http://www.abc.de/text.txt" rel="nofollow">http://www.abc.de/text.txt</a>&quot;;<br />
CInternetSession session;<br />
CStdioFile *file=session.OpenURL(Connect,1,INTERNET_FLAG_TRANSFER_BINARY);</p>
<p>while (m_Flag)<br />
{<br />
file-&gt;Read (DATEN,2048); // Hier hängts wenn keine Daten kommen!<br />
....usw.<br />
}<br />
[/cpp]<br />
Ich hab auch schon</p>
<pre><code class="language-cpp">session.SetOption(INTERNET_OPTION_DATA_RECEIVE_TIMEOUT,1000);
</code></pre>
<p>versucht funzt aber net.</p>
<p>Gruß Tagra</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/6291/cinternetsession-amp-timeout</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 08:25:11 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/6291.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Jun 2003 17:52:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CInternetSession &amp;amp; TimeOut ?? on Sun, 22 Jun 2003 17:52:00 GMT]]></title><description><![CDATA[<p>Ich lade ein Textfile im BinaryMod von einer Seite runter.Sind aber keine Daten da hängt mein Thread was kann ich da tun ?? am besten mit Beispiel bin noch Anfänger!</p>
<p>[code type=&quot;C++&quot; tabs=&quot;4&quot;</p>
<p>CString Connect = &quot;<a href="http://www.abc.de/text.txt" rel="nofollow">http://www.abc.de/text.txt</a>&quot;;<br />
CInternetSession session;<br />
CStdioFile *file=session.OpenURL(Connect,1,INTERNET_FLAG_TRANSFER_BINARY);</p>
<p>while (m_Flag)<br />
{<br />
file-&gt;Read (DATEN,2048); // Hier hängts wenn keine Daten kommen!<br />
....usw.<br />
}<br />
[/cpp]<br />
Ich hab auch schon</p>
<pre><code class="language-cpp">session.SetOption(INTERNET_OPTION_DATA_RECEIVE_TIMEOUT,1000);
</code></pre>
<p>versucht funzt aber net.</p>
<p>Gruß Tagra</p>
]]></description><link>https://www.c-plusplus.net/forum/post/30528</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/30528</guid><dc:creator><![CDATA[tagra]]></dc:creator><pubDate>Sun, 22 Jun 2003 17:52:00 GMT</pubDate></item></channel></rss>