mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
175 lines
34 KiB
HTML
175 lines
34 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>tgstation-server: src/Tgstation.Server.Host/Setup/PostSetupServices.cs Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">tgstation-server<span id="projectnumber"> 6.19.3</span>
|
|
</div>
|
|
<div id="projectbrief">The /tg/station 13 server suite</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.8 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_codefold(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_6d5d151b7baf54e07e6b0a3941fbad55.html">Setup</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">PostSetupServices.cs</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="_post_setup_services_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="keyword">using </span>System;</div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span> </div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="keyword">using </span>Microsoft.Extensions.Options;</div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span> </div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a>;</div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_system.html">Tgstation.Server.Host.System</a>;</div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_setup.html">Tgstation.Server.Host.Setup</a></div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span>{</div>
|
|
<div class="foldopen" id="foldopen00011" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html"> 11</a></span> <span class="keyword">sealed</span> <span class="keyword">class </span><a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html">PostSetupServices</a> : <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_setup_1_1_i_post_setup_services.html">IPostSetupServices</a></div>
|
|
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> {</div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a8c3e2e92797805caa52543a95c435a8a"> 14</a></span> <span class="keyword">public</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_platform_identifier.html">IPlatformIdentifier</a> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_platform_identifier.html">PlatformIdentifier</a> { <span class="keyword">get</span>; }</div>
|
|
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> </div>
|
|
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a454fd5fdcdd712c84d205389197cb33a"> 17</a></span> <span class="keyword">public</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_general_configuration.html">GeneralConfiguration</a> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_general_configuration.html">GeneralConfiguration</a> => <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a3ce96cf3d3ee5a94ef82ee90efcd5f07">generalConfigurationOptions</a>.Value;</div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> </div>
|
|
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a3c7b43c9d60c8b6cb97c7af1926eec28"> 20</a></span> <span class="keyword">public</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration.html">DatabaseConfiguration</a> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration.html">DatabaseConfiguration</a> => <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#acd44c110eaede1bb441cd542a00200a6">databaseConfigurationOptions</a>.Value;</div>
|
|
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a483ec9fb34f5117add46c3914c852071"> 23</a></span> <span class="keyword">public</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_security_configuration.html">SecurityConfiguration</a> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_security_configuration.html">SecurityConfiguration</a> => <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a625517b5def5b24859177e6f06dbcce5">securityConfigurationOptions</a>.Value;</div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
|
|
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a4be1377bd389e012f4a1ce6251c5bc8b"> 26</a></span> <span class="keyword">public</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_file_logging_configuration.html">FileLoggingConfiguration</a> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_file_logging_configuration.html">FileLoggingConfiguration</a> => <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a7a7c03faa8541f6a8d2a54d62542799c">fileLoggingConfigurationOptions</a>.Value;</div>
|
|
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> </div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#aecd52709de7d5662f3378204454236a8"> 29</a></span> <span class="keyword">public</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_internal_configuration.html">InternalConfiguration</a> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_internal_configuration.html">InternalConfiguration</a> => <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#ad0dfc7042aa6122583c409dc14a6574d">internalConfigurationOptions</a>.Value;</div>
|
|
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
|
|
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a7fe3845faea3cbacad6458d45a541265"> 32</a></span> <span class="keyword">public</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_elasticsearch_configuration.html">ElasticsearchConfiguration</a> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_elasticsearch_configuration.html">ElasticsearchConfiguration</a> => <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a181090ebebddc05b49592b085aac3d91">elasticsearchConfigurationOptions</a>.Value;</div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> </div>
|
|
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a502a92e2caf09883bb0fe149b47ada16"> 35</a></span> <span class="keyword">public</span> <span class="keywordtype">bool</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a502a92e2caf09883bb0fe149b47ada16">ReloadRequired</a> { <span class="keyword">get</span>; <span class="keyword">set</span>; }</div>
|
|
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div>
|
|
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a3ce96cf3d3ee5a94ef82ee90efcd5f07"> 40</a></span> readonly IOptions<GeneralConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a3ce96cf3d3ee5a94ef82ee90efcd5f07">generalConfigurationOptions</a>;</div>
|
|
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
|
|
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#acd44c110eaede1bb441cd542a00200a6"> 45</a></span> readonly IOptions<DatabaseConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#acd44c110eaede1bb441cd542a00200a6">databaseConfigurationOptions</a>;</div>
|
|
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
|
|
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a625517b5def5b24859177e6f06dbcce5"> 50</a></span> readonly IOptions<SecurityConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a625517b5def5b24859177e6f06dbcce5">securityConfigurationOptions</a>;</div>
|
|
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
|
|
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a7a7c03faa8541f6a8d2a54d62542799c"> 55</a></span> readonly IOptions<FileLoggingConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a7a7c03faa8541f6a8d2a54d62542799c">fileLoggingConfigurationOptions</a>;</div>
|
|
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
|
|
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a181090ebebddc05b49592b085aac3d91"> 60</a></span> readonly IOptions<ElasticsearchConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a181090ebebddc05b49592b085aac3d91">elasticsearchConfigurationOptions</a>;</div>
|
|
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> </div>
|
|
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#ad0dfc7042aa6122583c409dc14a6574d"> 65</a></span> readonly IOptions<InternalConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#ad0dfc7042aa6122583c409dc14a6574d">internalConfigurationOptions</a>;</div>
|
|
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div>
|
|
<div class="foldopen" id="foldopen00077" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a739eb6a93657d27035ec2c61baa9d7dd"> 77</a></span> <span class="keyword">public</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a739eb6a93657d27035ec2c61baa9d7dd">PostSetupServices</a>(</div>
|
|
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <a class="code hl_interface" href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_platform_identifier.html">IPlatformIdentifier</a> platformIdentifier,</div>
|
|
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> IOptions<GeneralConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a3ce96cf3d3ee5a94ef82ee90efcd5f07">generalConfigurationOptions</a>,</div>
|
|
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> IOptions<DatabaseConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#acd44c110eaede1bb441cd542a00200a6">databaseConfigurationOptions</a>,</div>
|
|
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> IOptions<SecurityConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a625517b5def5b24859177e6f06dbcce5">securityConfigurationOptions</a>,</div>
|
|
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> IOptions<FileLoggingConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a7a7c03faa8541f6a8d2a54d62542799c">fileLoggingConfigurationOptions</a>,</div>
|
|
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> IOptions<ElasticsearchConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a181090ebebddc05b49592b085aac3d91">elasticsearchConfigurationOptions</a>,</div>
|
|
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> IOptions<InternalConfiguration> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#ad0dfc7042aa6122583c409dc14a6574d">internalConfigurationOptions</a>)</div>
|
|
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> {</div>
|
|
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_platform_identifier.html">PlatformIdentifier</a> = platformIdentifier ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(platformIdentifier));</div>
|
|
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> this.generalConfigurationOptions = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a3ce96cf3d3ee5a94ef82ee90efcd5f07">generalConfigurationOptions</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a3ce96cf3d3ee5a94ef82ee90efcd5f07">generalConfigurationOptions</a>));</div>
|
|
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> this.databaseConfigurationOptions = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#acd44c110eaede1bb441cd542a00200a6">databaseConfigurationOptions</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#acd44c110eaede1bb441cd542a00200a6">databaseConfigurationOptions</a>));</div>
|
|
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> this.securityConfigurationOptions = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a625517b5def5b24859177e6f06dbcce5">securityConfigurationOptions</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a625517b5def5b24859177e6f06dbcce5">securityConfigurationOptions</a>));</div>
|
|
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> this.fileLoggingConfigurationOptions = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a7a7c03faa8541f6a8d2a54d62542799c">fileLoggingConfigurationOptions</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a7a7c03faa8541f6a8d2a54d62542799c">fileLoggingConfigurationOptions</a>));</div>
|
|
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> this.elasticsearchConfigurationOptions = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a181090ebebddc05b49592b085aac3d91">elasticsearchConfigurationOptions</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a181090ebebddc05b49592b085aac3d91">elasticsearchConfigurationOptions</a>));</div>
|
|
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> this.internalConfigurationOptions = <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#ad0dfc7042aa6122583c409dc14a6574d">internalConfigurationOptions</a> ?? <span class="keywordflow">throw</span> <span class="keyword">new</span> ArgumentNullException(nameof(<a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#ad0dfc7042aa6122583c409dc14a6574d">internalConfigurationOptions</a>));</div>
|
|
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span>}</div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_database_configuration.html">Tgstation.Server.Host.Configuration.DatabaseConfiguration</a></div><div class="ttdoc">Configuration options for the Database.DatabaseContext.</div><div class="ttdef"><b>Definition</b> <a href="_database_configuration_8cs_source.html#l00009">DatabaseConfiguration.cs:10</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_elasticsearch_configuration_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_elasticsearch_configuration.html">Tgstation.Server.Host.Configuration.ElasticsearchConfiguration</a></div><div class="ttdoc">Configuration options pertaining to elasticsearch log storage.</div><div class="ttdef"><b>Definition</b> <a href="_elasticsearch_configuration_8cs_source.html#l00008">ElasticsearchConfiguration.cs:9</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_file_logging_configuration_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_file_logging_configuration.html">Tgstation.Server.Host.Configuration.FileLoggingConfiguration</a></div><div class="ttdoc">File logging configuration options.</div><div class="ttdef"><b>Definition</b> <a href="_file_logging_configuration_8cs_source.html#l00015">FileLoggingConfiguration.cs:16</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_general_configuration_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_general_configuration.html">Tgstation.Server.Host.Configuration.GeneralConfiguration</a></div><div class="ttdoc">General configuration options.</div><div class="ttdef"><b>Definition</b> <a href="_general_configuration_8cs_source.html#l00022">GeneralConfiguration.cs:23</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_internal_configuration_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_internal_configuration.html">Tgstation.Server.Host.Configuration.InternalConfiguration</a></div><div class="ttdoc">Unstable configuration options used internally by TGS.</div><div class="ttdef"><b>Definition</b> <a href="_internal_configuration_8cs_source.html#l00006">InternalConfiguration.cs:7</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_security_configuration_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_configuration_1_1_security_configuration.html">Tgstation.Server.Host.Configuration.SecurityConfiguration</a></div><div class="ttdoc">Configuration options pertaining to user security.</div><div class="ttdef"><b>Definition</b> <a href="_security_configuration_8cs_source.html#l00014">SecurityConfiguration.cs:15</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html">Tgstation.Server.Host.Setup.PostSetupServices</a></div><div class="ttdef"><b>Definition</b> <a href="_post_setup_services_8cs_source.html#l00011">PostSetupServices.cs:12</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services_html_a181090ebebddc05b49592b085aac3d91"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a181090ebebddc05b49592b085aac3d91">Tgstation.Server.Host.Setup.PostSetupServices.elasticsearchConfigurationOptions</a></div><div class="ttdeci">readonly IOptions< ElasticsearchConfiguration > elasticsearchConfigurationOptions</div><div class="ttdoc">Backing IOptions<TOptions> for ElasticsearchConfiguration.</div><div class="ttdef"><b>Definition</b> <a href="_post_setup_services_8cs_source.html#l00060">PostSetupServices.cs:60</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services_html_a3ce96cf3d3ee5a94ef82ee90efcd5f07"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a3ce96cf3d3ee5a94ef82ee90efcd5f07">Tgstation.Server.Host.Setup.PostSetupServices.generalConfigurationOptions</a></div><div class="ttdeci">readonly IOptions< GeneralConfiguration > generalConfigurationOptions</div><div class="ttdoc">Backing IOptions<TOptions> for GeneralConfiguration.</div><div class="ttdef"><b>Definition</b> <a href="_post_setup_services_8cs_source.html#l00040">PostSetupServices.cs:40</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services_html_a502a92e2caf09883bb0fe149b47ada16"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a502a92e2caf09883bb0fe149b47ada16">Tgstation.Server.Host.Setup.PostSetupServices.ReloadRequired</a></div><div class="ttdeci">bool ReloadRequired</div><div class="ttdoc">If an application reload to get updated configuration values is required.</div><div class="ttdef"><b>Definition</b> <a href="_post_setup_services_8cs_source.html#l00035">PostSetupServices.cs:35</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services_html_a625517b5def5b24859177e6f06dbcce5"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a625517b5def5b24859177e6f06dbcce5">Tgstation.Server.Host.Setup.PostSetupServices.securityConfigurationOptions</a></div><div class="ttdeci">readonly IOptions< SecurityConfiguration > securityConfigurationOptions</div><div class="ttdoc">Backing IOptions<TOptions> for SecurityConfiguration.</div><div class="ttdef"><b>Definition</b> <a href="_post_setup_services_8cs_source.html#l00050">PostSetupServices.cs:50</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services_html_a739eb6a93657d27035ec2c61baa9d7dd"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a739eb6a93657d27035ec2c61baa9d7dd">Tgstation.Server.Host.Setup.PostSetupServices.PostSetupServices</a></div><div class="ttdeci">PostSetupServices(IPlatformIdentifier platformIdentifier, IOptions< GeneralConfiguration > generalConfigurationOptions, IOptions< DatabaseConfiguration > databaseConfigurationOptions, IOptions< SecurityConfiguration > securityConfigurationOptions, IOptions< FileLoggingConfiguration > fileLoggingConfigurationOptions, IOptions< ElasticsearchConfiguration > elasticsearchConfigurationOptions, IOptions< InternalConfiguration > internalConfigurationOptions)</div><div class="ttdoc">Initializes a new instance of the PostSetupServices class.</div><div class="ttdef"><b>Definition</b> <a href="_post_setup_services_8cs_source.html#l00077">PostSetupServices.cs:77</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services_html_a7a7c03faa8541f6a8d2a54d62542799c"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#a7a7c03faa8541f6a8d2a54d62542799c">Tgstation.Server.Host.Setup.PostSetupServices.fileLoggingConfigurationOptions</a></div><div class="ttdeci">readonly IOptions< FileLoggingConfiguration > fileLoggingConfigurationOptions</div><div class="ttdoc">Backing IOptions<TOptions> for FileLoggingConfiguration.</div><div class="ttdef"><b>Definition</b> <a href="_post_setup_services_8cs_source.html#l00055">PostSetupServices.cs:55</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services_html_acd44c110eaede1bb441cd542a00200a6"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#acd44c110eaede1bb441cd542a00200a6">Tgstation.Server.Host.Setup.PostSetupServices.databaseConfigurationOptions</a></div><div class="ttdeci">readonly IOptions< DatabaseConfiguration > databaseConfigurationOptions</div><div class="ttdoc">Backing IOptions<TOptions> for DatabaseConfiguration.</div><div class="ttdef"><b>Definition</b> <a href="_post_setup_services_8cs_source.html#l00045">PostSetupServices.cs:45</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services_html_ad0dfc7042aa6122583c409dc14a6574d"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_setup_1_1_post_setup_services.html#ad0dfc7042aa6122583c409dc14a6574d">Tgstation.Server.Host.Setup.PostSetupServices.internalConfigurationOptions</a></div><div class="ttdeci">readonly IOptions< InternalConfiguration > internalConfigurationOptions</div><div class="ttdoc">Backing IOptions<TOptions> for InternalConfiguration.</div><div class="ttdef"><b>Definition</b> <a href="_post_setup_services_8cs_source.html#l00065">PostSetupServices.cs:65</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_system_1_1_platform_identifier_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_system_1_1_platform_identifier.html">Tgstation.Server.Host.System.PlatformIdentifier</a></div><div class="ttdef"><b>Definition</b> <a href="_platform_identifier_8cs_source.html#l00008">PlatformIdentifier.cs:9</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_setup_1_1_i_post_setup_services_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_setup_1_1_i_post_setup_services.html">Tgstation.Server.Host.Setup.IPostSetupServices</a></div><div class="ttdoc">Set of objects needed to configure an Core.Application.</div><div class="ttdef"><b>Definition</b> <a href="_i_post_setup_services_8cs_source.html#l00009">IPostSetupServices.cs:10</a></div></div>
|
|
<div class="ttc" id="ainterface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_platform_identifier_html"><div class="ttname"><a href="interface_tgstation_1_1_server_1_1_host_1_1_system_1_1_i_platform_identifier.html">Tgstation.Server.Host.System.IPlatformIdentifier</a></div><div class="ttdoc">For identifying the current platform.</div><div class="ttdef"><b>Definition</b> <a href="_i_platform_identifier_8cs_source.html#l00008">IPlatformIdentifier.cs:9</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_configuration_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_configuration.html">Tgstation.Server.Host.Configuration</a></div><div class="ttdef"><b>Definition</b> <a href="_control_panel_configuration_8cs_source.html#l00003">ControlPanelConfiguration.cs:4</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_setup_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_setup.html">Tgstation.Server.Host.Setup</a></div><div class="ttdef"><b>Definition</b> <a href="_i_post_setup_services_8cs_source.html#l00004">IPostSetupServices.cs:5</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_system_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_system.html">Tgstation.Server.Host.System</a></div><div class="ttdef"><b>Definition</b> <a href="_assembly_information_provider_8cs_source.html#l00008">AssemblyInformationProvider.cs:9</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
|
</small></address>
|
|
</body>
|
|
</html>
|