You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -470,6 +471,10 @@ Analytics.Initialize("YOUR_WRITE_KEY", new Config()
470
471
<td>`timeout` _TimeSpan_</td>
471
472
<td>The amount of time to wait before calling the HTTP request a timeout.</td>
472
473
</tr>
474
+
<tr>
475
+
<td>`host` _string_</td>
476
+
<td>The API host server address - can be set with the EU endpoint "https://events.eu1.segmentapis.com" instead of default server "https://api.segment.io"</td>
477
+
</tr>
473
478
<tr>
474
479
<td>`maxQueueSize` _int_</td>
475
480
<td>The maximum number of messages to allow into the queue before no new message are accepted.</td>
0 commit comments