1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 --></style> 48<title>Connection</CODE> (C)</title> 49 </head> 50 <body> 51<h1><CODE>Connection</CODE> (C)</h1> 52<h2>Description</h2> 53 <div class="section"> 54<p>C interface module for <a href="../nn/http/Connection/Overview.html"><CODE>nn::http::Connection</CODE></a>.</p><!-- write here --></div> 55 <a name="struct" id="struct"> 56<h2>Structures</h2> 57 <div class="section"> 58 <table class="members"> 59 <tr> 60 <th> 61<a href="../nnhttpConnection/Overview.html"><CODE>nnhttpConnection</CODE></a> 62 </th> 63<td>C structure representing an HTTP <CODE>Connection</CODE>.</td> 64 </tr> 65 </table> 66 </div> 67 </a> <a name="function" id="function"> 68<h2>Functions</h2> 69 <div class="section"> 70 <table class="members"> 71 <tr> 72 <td width="100"> </td> 73 <th> 74<a href="../nn_http_Connection_c/nnhttpConnectionInitialize.html"><CODE>nnhttpConnectionInitialize</CODE></a> 75 </th> 76<td>See the corresponding C++ function, <a href="../nn/http/Connection/Initialize.html"><CODE>nn::http::Connection::Initialize</CODE></a>.</td> 77 </tr> 78 <tr> 79 <td width="100"> </td> 80 <th> 81<a href="../nn_http_Connection_c/nnhttpConnectionFinalize.html"><CODE>nnhttpConnectionFinalize</CODE></a> 82 </th> 83<td>See the corresponding C++ function, <a href="../nn/http/Connection/Finalize.html"><CODE>nn::http::Connection::Finalize</CODE></a>.</td> 84 </tr> 85 <tr> 86 <td width="100"> </td> 87 <th> 88<a href="../nn_http_Connection_c/nnhttpConnectionConnect.html"><CODE>nnhttpConnectionConnect</CODE></a> 89 </th> 90<td>See the corresponding C++ function, <a href="../nn/http/Connection/Connect.html"><CODE>nn::http::Connection::Connect</CODE></a>.</td> 91 </tr> 92 <tr> 93 <td width="100"> </td> 94 <th> 95<a href="../nn_http_Connection_c/nnhttpConnectionConnectAsync.html"><CODE>nnhttpConnectionConnectAsync</CODE></a> 96 </th> 97<td>See the corresponding C++ function, <a href="../nn/http/Connection/ConnectAsync.html"><CODE>nn::http::Connection::ConnectAsync</CODE></a>.</td> 98 </tr> 99 <tr> 100 <td width="100"> </td> 101 <th> 102<a href="../nn_http_Connection_c/nnhttpConnectionCancel.html"><CODE>nnhttpConnectionCancel</CODE></a> 103 </th> 104<td>See the corresponding C++ function, <a href="../nn/http/Connection/Cancel.html"><CODE>nn::http::Connection::Cancel</CODE></a>.</td> 105 </tr> 106 <tr> 107 <td width="100"> </td> 108 <th> 109<a href="../nn_http_Connection_c/nnhttpConnectionRead.html"><CODE>nnhttpConnectionRead</CODE></a> 110 </th> 111<td>See the corresponding C++ function, <a href="../nn/http/Connection/Read.html"><CODE>nn::http::Connection::Read</CODE></a>.</td> 112 </tr> 113 <tr> 114 <td width="100"> </td> 115 <th> 116<a href="../nn_http_Connection_c/nnhttpConnectionGetStatus.html"><CODE>nnhttpConnectionGetStatus</CODE></a> 117 </th> 118<td>See the corresponding C++ function, <a href="../nn/http/Connection/GetStatus.html"><CODE>nn::http::Connection::GetStatus</CODE></a>.</td> 119 </tr> 120 <tr> 121 <td width="100"> </td> 122 <th> 123<a href="../nn_http_Connection_c/nnhttpConnectionGetProgress.html"><CODE>nnhttpConnectionGetProgress</CODE></a> 124 </th> 125<td>See the corresponding C++ function, <a href="../nn/http/Connection/GetProgress.html"><CODE>nn::http::Connection::GetProgress</CODE></a>.</td> 126 </tr> 127 <tr> 128 <td width="100"> </td> 129 <th> 130<a href="../nn_http_Connection_c/nnhttpConnectionGetError.html"><CODE>nnhttpConnectionGetError</CODE></a> 131 </th> 132<td>See the corresponding C++ function, <a href="../nn/http/Connection/GetError.html"><CODE>nn::http::Connection::GetError</CODE></a>.</td> 133 </tr> 134 <tr> 135 <td width="100"> </td> 136 <th> 137<a href="../nn_http_Connection_c/nnhttpConnectionSetProxy.html"><CODE>nnhttpConnectionSetProxy</CODE></a> 138 </th> 139<td>See the corresponding C++ function, <a href="../nn/http/Connection/SetProxy.html"><CODE>nn::http::Connection::SetProxy</CODE></a>.</td> 140 </tr> 141 <tr> 142 <td width="100"> </td> 143 <th> 144<a href="../nn_http_Connection_c/nnhttpConnectionSetBasicAuthorization.html"><CODE>nnhttpConnectionSetBasicAuthorization</CODE></a> 145 </th> 146<td>See the corresponding C++ function, <a href="../nn/http/Connection/SetBasicAuthorization.html"><CODE>nn::http::Connection::SetBasicAuthorization</CODE></a>.</td> 147 </tr> 148 <tr> 149 <td width="100"> </td> 150 <th> 151<a href="../nn_http_Connection_c/nnhttpConnectionSetSocketBufferSize.html"><CODE>nnhttpConnectionSetSocketBufferSize</CODE></a> 152 </th> 153<td>See the corresponding C++ function, <a href="../nn/http/Connection/SetSocketBufferSize.html"><CODE>nn::http::Connection::SetSocketBufferSize</CODE></a>.</td> 154 </tr> 155 <tr> 156 <td width="100"> </td> 157 <th> 158<a href="../nn_http_Connection_c/nnhttpConnectionAddHeaderField.html"><CODE>nnhttpConnectionAddHeaderField</CODE></a> 159 </th> 160<td>See the corresponding C++ function, <a href="../nn/http/Connection/AddHeaderField.html"><CODE>nn::http::Connection::AddHeaderField</CODE></a>.</td> 161 </tr> 162 <tr> 163 <td width="100"> </td> 164 <th> 165<a href="../nn_http_Connection_c/nnhttpConnectionAddPostDataAscii.html">nnhttpConnectionAddPostDataAscii</a> 166 </th> 167<td>See the corresponding C++ function, <a href="../nn/http/Connection/AddPostDataAscii.html"><CODE>nn::http::Connection::AddPostDataAscii</CODE></a>.</td> 168 </tr> 169 <tr> 170 <td width="100"> </td> 171 <th> 172<a href="../nn_http_Connection_c/nnhttpConnectionAddPostDataBinary.html"><CODE>nnhttpConnectionAddPostDataBinary</CODE></a> 173 </th> 174<td>See the corresponding C++ function, <a href="../nn/http/Connection/AddPostDataBinary.html"><CODE>nn::http::Connection::AddPostDataBinary</CODE></a>.</td> 175 </tr> 176 <tr> 177 <td width="100"> </td> 178 <th> 179<a href="../nn_http_Connection_c/nnhttpConnectionAddPostDataRaw.html"><CODE>nnhttpConnectionAddPostDataRaw</CODE></a> 180 </th> 181<td>See the corresponding C++ function, <a href="../nn/http/Connection/AddPostDataRaw.html"><CODE>nn::http::Connection::AddPostDataRaw</CODE></a>.</td> 182 </tr> 183 <tr> 184 <td width="100"> </td> 185 <th> 186<a href="../nn_http_Connection_c/nnhttpConnectionSetLazyPostDataSetting.html"><CODE>nnhttpConnectionSetLazyPostDataSetting</CODE></a> 187 </th> 188<td>See the corresponding C++ function, <a href="../nn/http/Connection/SetLazyPostDataSetting.html"><CODE>nn::http::Connection::SetLazyPostDataSetting</CODE></a>.</td> 189 </tr> 190 <tr> 191 <td width="100"> </td> 192 <th> 193<a href="../nn_http_Connection_c/nnhttpConnectionNotifyFinishSendPostData.html"><CODE>nnhttpConnectionNotifyFinishSendPostData</CODE></a> 194 </th> 195<td>See the corresponding C++ function, <a href="../nn/http/Connection/NotifyFinishSendPostData.html"><CODE>nn::http::Connection::NofityFinishSendPostData</CODE></a>.</td> 196 </tr> 197 <tr> 198 <td width="100"> </td> 199 <th> 200<a href="../nn_http_Connection_c/nnhttpConnectionSetPostDataEncoding.html"><CODE>nnhttpConnectionSetPostDataEncoding</CODE></a> 201 </th> 202<td>See the corresponding C++ function, <a href="../nn/http/Connection/SetPostDataEncoding.html"><CODE>nn::http::Connection::SetPostDataEncoding</CODE></a>.</td> 203 </tr> 204 <tr> 205 <td width="100"> </td> 206 <th> 207<a href="../nn_http_Connection_c/nnhttpConnectionSendPostDataAscii.html"><CODE>nnhttpConnectionSendPostDataAscii</CODE></a> 208 </th> 209<td>See the corresponding C++ function, <a href="../nn/http/Connection/SendPostDataAscii.html"><CODE>nn::http::Connection::SendPostDataAscii</CODE></a>.</td> 210 </tr> 211 <tr> 212 <td width="100"> </td> 213 <th> 214<a href="../nn_http_Connection_c/nnhttpConnectionSendPostDataBinary.html"><CODE>nnhttpConnectionSendPostDataBinary</CODE></a> 215 </th> 216<td>See the corresponding C++ function, <a href="../nn/http/Connection/SendPostDataBinary.html"><CODE>nn::http::Connection::SendPostDataBinary</CODE></a>.</td> 217 </tr> 218 <tr> 219 <td width="100"> </td> 220 <th> 221<a href="../nn_http_Connection_c/nnhttpConnectionSendPostDataRaw.html"><CODE>nnhttpConnectionSendPostDataRaw</CODE></a> 222 </th> 223<td>See the corresponding C++ function, <a href="../nn/http/Connection/SendPostDataRaw.html"><CODE>nn::http::Connection::SendPostDataRaw</CODE></a>.</td> 224 </tr> 225 <tr> 226 <td width="100"> </td> 227 <th> 228<a href="../nn_http_Connection_c/nnhttpConnectionGetHeaderField.html"><CODE>nnhttpConnectionGetHeaderField</CODE></a> 229 </th> 230<td>See the corresponding C++ function, <a href="../nn/http/Connection/GetHeaderField.html"><CODE>nn::http::Connection::GetHeaderField</CODE></a>.</td> 231 </tr> 232 <tr> 233 <td width="100"> </td> 234 <th> 235<a href="../nn_http_Connection_c/nnhttpConnectionGetHeaderAll.html"><CODE>nnhttpConnectionGetHeaderAll</CODE></a> 236 </th> 237<td>See the corresponding C++ function, <a href="../nn/http/Connection/GetHeaderAll.html"><CODE>nn::http::Connection::GetHeaderAll</CODE></a>.</td> 238 </tr> 239 <tr> 240 <td width="100"> </td> 241 <th> 242<a href="../nn_http_Connection_c/nnhttpConnectionGetStatusCode.html"><CODE>nnhttpConnectionGetStatusCode</CODE></a> 243 </th> 244<td>See the corresponding C++ function, <a href="../nn/http/Connection/GetStatusCode.html"><CODE>nn::http::Connection::GetStatusCode</CODE></a>.</td> 245 </tr> 246 <tr> 247 <td width="100"> </td> 248 <th> 249<a href="../nn_http_Connection_c/nnhttpConnectionGetSslError.html"><CODE>nnhttpConnectionGetSslError</CODE></a> 250 </th> 251<td>See the corresponding C++ function, <a href="../nn/http/Connection/GetSslError.html"><CODE>nn::http::Connection::GetSslError</CODE></a>.</td> 252 </tr> 253 <tr> 254 <td width="100"> </td> 255 <th> 256<a href="../nn_http_Connection_c/nnhttpConnectionSetVerifyOption.html"><CODE>nnhttpConnectionSetVerifyOption</CODE></a> 257 </th> 258<td>See the corresponding C++ function, <a href="../nn/http/Connection/SetVerifyOption.html"><CODE>nn::http::Connection::SetVerifyOption</CODE></a>.</td> 259 </tr> 260 <tr> 261 <td width="100"> </td> 262 <th> 263<a href="../nn_http_Connection_c/nnhttpSetRootCa.html"><CODE>nnhttpSetRootCa</CODE></a> 264 </th> 265<td>See the corresponding C++ function, <a href="../nn/http/Connection/SetRootCa.html"><CODE>nn::http::Connection::SetRootCa</CODE></a>.</td> 266 </tr> 267 <tr> 268 <td width="100"> </td> 269 <th> 270<a href="../nn_http_Connection_c/nnhttpSetInternalRootCa.html"><CODE>nnhttpSetInternalRootCa</CODE></a> 271 </th> 272<td>See the corresponding C++ function, <a href="../nn/http/Connection/SetRootCa.html"><CODE>nn::http::Connection::SetRootCa</CODE></a>.</td> 273 </tr> 274 <tr> 275 <td width="100"> </td> 276 <th> 277<a href="../nn_http_Connection_c/nnhttpSetRootCaStore.html"><CODE>nnhttpSetRootCaStore</CODE></a> 278 </th> 279<td>See the corresponding C++ function, <a href="../nn/http/Connection/SetRootCaStore.html"><CODE>nn::http::Connection::SetRootCaStore</CODE></a>.</td> 280 </tr> 281 <tr> 282 <td width="100"> </td> 283 <th> 284<a href="../nn_http_Connection_c/nnhttpSetClientCert.html"><CODE>nnhttpSetClientCert</CODE></a> 285 </th> 286<td>See the corresponding C++ function, <a href="../nn/http/Connection/SetClientCert.html"><CODE>nn::http::Connection::SetClientCert</CODE></a>.</td> 287 </tr> 288 <tr> 289 <td width="100"> </td> 290 <th> 291<a href="../nn_http_Connection_c/nnhttpSetInternalClientCert.html"><CODE>nnhttpSetInternalClientCert</CODE></a> 292 </th> 293<td>See the corresponding C++ function, <a href="../nn/http/Connection/SetClientCert.html"><CODE>nn::http::Connection::SetClientCert</CODE></a>.</td> 294 </tr> 295 <tr> 296 <td width="100"> </td> 297 <th> 298<a href="../nn_http_Connection_c/nnhttpSetClientCertObj.html"><CODE>nnhttpSetClientCertObj</CODE></a> 299 </th> 300<td>See the corresponding C++ function, <a href="../nn/http/Connection/SetClientCert.html"><CODE>nn::http::Connection::SetClientCert</CODE></a>.</td> 301 </tr> 302 <tr> 303 <td width="100"> </td> 304 <th> 305<a href="../nn_http_Connection_c/nnhttpDisableVerifyOptionForDebug.html"><CODE>nnhttpDisableVerifyOptionForDebug</CODE></a> 306 </th> 307<td>See the corresponding C++ function, <a href="../nn/http/Connection/DisableVerifyOptionForDebug.html"><CODE>nn::http::Connection::DisableVerifyOptionForDebug</CODE></a>.</td> 308 </tr> </table> 309 </div> 310 </a> 311<h2>Revision History</h2> 312 <div class="section"> 313 <dl class="history"> 314 <dt>2010/01/29</dt> 315<dd>Initial version.<br /> 316 </dd> 317 </dl> 318 </div> 319 <hr><p>CONFIDENTIAL</p></body> 320</html> 321