Documentation/Source/eric5.Helpviewer.Network.FollowRedirectReply.html

changeset 1955
9e6da33c1c10
parent 1953
26aa6fd94dc2
child 2367
78f6c8193d37
diff -r 26aa6fd94dc2 -r 9e6da33c1c10 Documentation/Source/eric5.Helpviewer.Network.FollowRedirectReply.html
--- a/Documentation/Source/eric5.Helpviewer.Network.FollowRedirectReply.html	Sun Jul 22 15:32:52 2012 +0200
+++ b/Documentation/Source/eric5.Helpviewer.Network.FollowRedirectReply.html	Mon Jul 23 19:21:44 2012 +0200
@@ -64,9 +64,15 @@
 <td><a href="#FollowRedirectReply.__replyFinished">__replyFinished</a></td>
 <td>Private slot handling the receipt of the requested data.</td>
 </tr><tr>
+<td><a href="#FollowRedirectReply.close">close</a></td>
+<td>Public method to close the data stream.</td>
+</tr><tr>
 <td><a href="#FollowRedirectReply.error">error</a></td>
 <td>Public method to get the error information.</td>
 </tr><tr>
+<td><a href="#FollowRedirectReply.errorString">errorString</a></td>
+<td>Public method to get the error message.</td>
+</tr><tr>
 <td><a href="#FollowRedirectReply.originalUrl">originalUrl</a></td>
 <td>Public method to get the original URL.</td>
 </tr><tr>
@@ -105,6 +111,11 @@
 <b>__replyFinished</b>(<i></i>)
 <p>
         Private slot handling the receipt of the requested data.
+</p><a NAME="FollowRedirectReply.close" ID="FollowRedirectReply.close"></a>
+<h4>FollowRedirectReply.close</h4>
+<b>close</b>(<i></i>)
+<p>
+        Public method to close the data stream.
 </p><a NAME="FollowRedirectReply.error" ID="FollowRedirectReply.error"></a>
 <h4>FollowRedirectReply.error</h4>
 <b>error</b>(<i></i>)
@@ -115,6 +126,16 @@
 <dd>
 error code (QNetworkReply.NetworkError)
 </dd>
+</dl><a NAME="FollowRedirectReply.errorString" ID="FollowRedirectReply.errorString"></a>
+<h4>FollowRedirectReply.errorString</h4>
+<b>errorString</b>(<i></i>)
+<p>
+        Public method to get the error message.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+error message (string)
+</dd>
 </dl><a NAME="FollowRedirectReply.originalUrl" ID="FollowRedirectReply.originalUrl"></a>
 <h4>FollowRedirectReply.originalUrl</h4>
 <b>originalUrl</b>(<i></i>)

eric ide

mercurial