|
23 | 23 | <a class="header-link" href="../index.html">
|
24 | 24 | SocketIO Docs
|
25 | 25 | </a>
|
26 |
| - (98% documented) |
| 26 | + (100% documented) |
27 | 27 | </p>
|
28 | 28 |
|
29 | 29 | <p class="header-col--secondary">
|
@@ -839,6 +839,35 @@ <h4>Declaration</h4>
|
839 | 839 | <pre class="highlight swift"><code><span class="kd">@available(*, deprecated, message: "No longer needed, if we're not polling, then we must be doing websockets")</span>
|
840 | 840 | <span class="kd">public</span> <span class="kd">private(set)</span> <span class="k">var</span> <span class="nv">websocket</span><span class="p">:</span> <span class="nf">Bool</span> <span class="p">{</span>
|
841 | 841 | <span class="k">get</span>
|
| 842 | + <span class="p">}</span></code></pre> |
| 843 | + |
| 844 | + </div> |
| 845 | + </div> |
| 846 | + </section> |
| 847 | + </div> |
| 848 | + </li> |
| 849 | + <li class="item"> |
| 850 | + <div> |
| 851 | + <code> |
| 852 | + <a name="/s:8SocketIO0A6EngineC16enableSOCKSProxySbvp"></a> |
| 853 | + <a name="//apple_ref/swift/Property/enableSOCKSProxy" class="dashAnchor"></a> |
| 854 | + <a class="token" href="#/s:8SocketIO0A6EngineC16enableSOCKSProxySbvp">enableSOCKSProxy</a> |
| 855 | + </code> |
| 856 | + </div> |
| 857 | + <div class="height-container"> |
| 858 | + <div class="pointer-container"></div> |
| 859 | + <section class="section"> |
| 860 | + <div class="pointer"></div> |
| 861 | + <div class="abstract"> |
| 862 | + <p>When <code>true</code>, the WebSocket <code>stream</code> will be configured with the enableSOCKSProxy <code>true</code>.</p> |
| 863 | + |
| 864 | + </div> |
| 865 | + <div class="declaration"> |
| 866 | + <h4>Declaration</h4> |
| 867 | + <div class="language"> |
| 868 | + <p class="aside-title">Swift</p> |
| 869 | + <pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">private(set)</span> <span class="k">var</span> <span class="nv">enableSOCKSProxy</span><span class="p">:</span> <span class="nf">Bool</span> <span class="p">{</span> |
| 870 | + <span class="k">get</span> |
842 | 871 | <span class="p">}</span></code></pre>
|
843 | 872 |
|
844 | 873 | </div>
|
@@ -1053,33 +1082,6 @@ <h4>Parameters</h4>
|
1053 | 1082 | </section>
|
1054 | 1083 | </div>
|
1055 | 1084 | </li>
|
1056 |
| - <li class="item"> |
1057 |
| - <div> |
1058 |
| - <code> |
1059 |
| - <a name="/c:@M@SocketIO@objc(cs)SocketEngine(im)dealloc"></a> |
1060 |
| - <a name="//apple_ref/swift/Method/deinit" class="dashAnchor"></a> |
1061 |
| - <a class="token" href="#/c:@M@SocketIO@objc(cs)SocketEngine(im)dealloc">deinit</a> |
1062 |
| - </code> |
1063 |
| - </div> |
1064 |
| - <div class="height-container"> |
1065 |
| - <div class="pointer-container"></div> |
1066 |
| - <section class="section"> |
1067 |
| - <div class="pointer"></div> |
1068 |
| - <div class="abstract"> |
1069 |
| - <p>Undocumented</p> |
1070 |
| - |
1071 |
| - </div> |
1072 |
| - <div class="declaration"> |
1073 |
| - <h4>Declaration</h4> |
1074 |
| - <div class="language"> |
1075 |
| - <p class="aside-title">Swift</p> |
1076 |
| - <pre class="highlight swift"><code><span class="kd">deinit</span></code></pre> |
1077 |
| - |
1078 |
| - </div> |
1079 |
| - </div> |
1080 |
| - </section> |
1081 |
| - </div> |
1082 |
| - </li> |
1083 | 1085 | </ul>
|
1084 | 1086 | </div>
|
1085 | 1087 | <div class="task-group">
|
@@ -1500,7 +1502,7 @@ <h4>Declaration</h4>
|
1500 | 1502 | </article>
|
1501 | 1503 | </div>
|
1502 | 1504 | <section class="footer">
|
1503 |
| - <p>© 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-03-28)</p> |
| 1505 | + <p>© 2019 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2019-05-28)</p> |
1504 | 1506 | <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.4</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
1505 | 1507 | </section>
|
1506 | 1508 | </body>
|
|
0 commit comments